From 7b59df89b25e064b897c8e6e2f70bed79ad3c7de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Jan 2026 10:04:20 +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.25.1...1.0.0) --- updated-dependencies: - dependency-name: mkdocstrings[python] dependency-version: 1.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5606da1..5412ca7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ dev = [ "pytest>=8.2.2,<9", "pytest-cov>=5.0.0,<6", "mkdocs>=1.6.0,<2", - "mkdocstrings[python]>=0.25.1,<0.26", + "mkdocstrings[python]>=0.25.1,<1.1", "mkdocs-material>=9.5.27,<10", "pytest-randomly>=3.15.0,<4", "ruff>=0.14.6",