From 46b26ca32450ea387351c5a942d8b0f6d16c737f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 10:44:51 +0000 Subject: [PATCH] chore(deps-dev): bump mkdocstrings from 0.30.1 to 1.0.4 in /sdks/python Bumps [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings) from 0.30.1 to 1.0.4. - [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.1...1.0.4) --- updated-dependencies: - dependency-name: mkdocstrings dependency-version: 1.0.4 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- sdks/python/poetry.lock | 12 ++++++------ sdks/python/pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/sdks/python/poetry.lock b/sdks/python/poetry.lock index 7cbe11927d..98b2cf1c05 100644 --- a/sdks/python/poetry.lock +++ b/sdks/python/poetry.lock @@ -1817,19 +1817,19 @@ pyyaml = ">=5.1" [[package]] name = "mkdocstrings" -version = "0.30.1" +version = "1.0.4" description = "Automatic documentation from sources, for MkDocs." optional = true -python-versions = ">=3.9" +python-versions = ">=3.10" groups = ["main"] markers = "extra == \"docs\"" files = [ - {file = "mkdocstrings-0.30.1-py3-none-any.whl", hash = "sha256:41bd71f284ca4d44a668816193e4025c950b002252081e387433656ae9a70a82"}, - {file = "mkdocstrings-0.30.1.tar.gz", hash = "sha256:84a007aae9b707fb0aebfc9da23db4b26fc9ab562eb56e335e9ec480cb19744f"}, + {file = "mkdocstrings-1.0.4-py3-none-any.whl", hash = "sha256:63464b4b29053514f32a1dbbf604e52876d5e638111b0c295ab7ed3cac73ca9b"}, + {file = "mkdocstrings-1.0.4.tar.gz", hash = "sha256:3969a6515b77db65fd097b53c1b7aa4ae840bd71a2ee62a6a3e89503446d7172"}, ] [package.dependencies] -Jinja2 = ">=2.11.1" +Jinja2 = ">=3.1" Markdown = ">=3.6" MarkupSafe = ">=1.1" mkdocs = ">=1.6" @@ -4167,4 +4167,4 @@ test = ["psycopg", "pytest", "pytest-asyncio", "pytest-env", "pytest-retry", "py [metadata] lock-version = "2.1" python-versions = ">=3.10,<4" -content-hash = "e8609b5b08e3e9b1b5ce36c6b32626714ce65543f2420c67497551ba9ef47f46" +content-hash = "bc6fd97313a4839049e76a5533d217eb7acc90caa864c0c6564e7c49504e4892" diff --git a/sdks/python/pyproject.toml b/sdks/python/pyproject.toml index b83b09a19b..a56d3faa17 100644 --- a/sdks/python/pyproject.toml +++ b/sdks/python/pyproject.toml @@ -60,7 +60,7 @@ test = [ docs = [ "mkdocs>=1.6.1,<2", - "mkdocstrings[python]>=0.29.1,<2", + "mkdocstrings[python]>=1.0.4,<2", "pydoclint>=0.6.6", "markdownify>=1.1.0", "openai>=2.32.0,<3",