From 1b67f251e8d900e78ace6086d1e16cf19af62b7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Sep 2025 07:03:28 +0000 Subject: [PATCH] Build: Bump mkdocstrings from 0.30.0 to 0.30.1 Bumps [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings) from 0.30.0 to 0.30.1. - [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases) - [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md) - [Commits](https://github.com/mkdocstrings/mkdocstrings/compare/0.30.0...0.30.1) --- updated-dependencies: - dependency-name: mkdocstrings dependency-version: 0.30.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index f705a7bb4f..d30dc87c60 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3010,14 +3010,14 @@ mkdocs = ">=1.2" [[package]] name = "mkdocstrings" -version = "0.30.0" +version = "0.30.1" description = "Automatic documentation from sources, for MkDocs." optional = false python-versions = ">=3.9" groups = ["docs"] files = [ - {file = "mkdocstrings-0.30.0-py3-none-any.whl", hash = "sha256:ae9e4a0d8c1789697ac776f2e034e2ddd71054ae1cf2c2bb1433ccfd07c226f2"}, - {file = "mkdocstrings-0.30.0.tar.gz", hash = "sha256:5d8019b9c31ddacd780b6784ffcdd6f21c408f34c0bd1103b5351d609d5b4444"}, + {file = "mkdocstrings-0.30.1-py3-none-any.whl", hash = "sha256:41bd71f284ca4d44a668816193e4025c950b002252081e387433656ae9a70a82"}, + {file = "mkdocstrings-0.30.1.tar.gz", hash = "sha256:84a007aae9b707fb0aebfc9da23db4b26fc9ab562eb56e335e9ec480cb19744f"}, ] [package.dependencies] @@ -6501,4 +6501,4 @@ zstandard = ["zstandard"] [metadata] lock-version = "2.1" python-versions = "^3.9.2, !=3.9.7" -content-hash = "9840c0f67eaab37b360e10dd49f052f87d70f03bf1b530f80394765cb07d129a" +content-hash = "29b1a50b771fea06de85e37fb42d65851ebee8d224301c8bdf0d96d93be91413" diff --git a/pyproject.toml b/pyproject.toml index df863923e5..24cd03af46 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -113,7 +113,7 @@ mypy-boto3-dynamodb = ">=1.28.18" mkdocs = "1.6.1" griffe = "1.13.0" jinja2 = "3.1.6" -mkdocstrings = "0.30.0" +mkdocstrings = "0.30.1" mkdocstrings-python = "1.18.2" mkdocs-literate-nav = "0.6.2" mkdocs-autorefs = "1.4.3"