From 08c63a56322d26c40498befdee9a37e0ddec4c6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 20:27:01 +0000 Subject: [PATCH] chore(deps): update mkdocstrings requirement from <1,>=0.25 to >=0.25,<2 Updates the requirements on [mkdocstrings](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.0...1.0.4) --- updated-dependencies: - dependency-name: mkdocstrings dependency-version: 1.0.4 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 4b09b28..111725f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -239,7 +239,7 @@ voice = [ docs = [ "mkdocs>=1.6,<2", "mkdocs-material>=9.5,<10", - "mkdocstrings[python]>=0.25,<1", + "mkdocstrings[python]>=0.25,<2", "mkdocs-gen-files>=0.5,<1", "mkdocs-literate-nav>=0.6,<1", "mkdocs-section-index>=0.3,<1",