From 17cfce047629b0882f7267be07b42bc0887bbb76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 14:43:10 +0000 Subject: [PATCH] chore(deps-dev): Update mkdocstrings[python] requirement Updates the requirements on [mkdocstrings[python]](https://github.com/mkdocstrings/mkdocstrings) to permit the latest version. - [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.24.0...1.0.2) --- updated-dependencies: - dependency-name: mkdocstrings[python] dependency-version: 1.0.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ca4476e0..1550e5ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -172,7 +172,7 @@ otel = [ docs = [ "mkdocs>=1.5.0,<2.0.0", "mkdocs-material>=9.4.0,<10.0.0", - "mkdocstrings[python]>=0.24.0,<1.0.0", + "mkdocstrings[python]>=0.24.0,<2.0.0", "mkdocs-with-pdf>=0.9.3,<1.0.0", # PDF/ePub generation "pymdown-extensions>=10.0,<11.0", ] @@ -301,7 +301,7 @@ all = [ # Documentation "mkdocs>=1.5.0,<2.0.0", "mkdocs-material>=9.4.0,<10.0.0", - "mkdocstrings[python]>=0.24.0,<1.0.0", + "mkdocstrings[python]>=0.24.0,<2.0.0", "mkdocs-with-pdf>=0.9.3,<1.0.0", "pymdown-extensions>=10.0,<11.0", # Dev tools