From b35e145a419633bf4fd4fe4ace2312c4408e11a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Jan 2026 11:12:25 +0000 Subject: [PATCH] Update mkdocstrings[python] requirement from <0.27,>=0.26 to >=0.26,<1.1 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.26.0...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 3b99117..cf5dcbb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ docs = [ "mkdocs-gen-files>=0.5,<1", "mkdocs-literate-nav>=0.6,<1", "mkdocs-material>=9.5,<10", - "mkdocstrings[python]>=0.26,<0.27", + "mkdocstrings[python]>=0.26,<1.1", ] rust = [ "maturin==1.10.2"