From 555b7a6b6c81b8fc050e680e1ad93814977b2a82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 01:43:16 +0000 Subject: [PATCH] [poetry] Update mkdocstrings-python requirement Updates the requirements on [mkdocstrings-python](https://github.com/mkdocstrings/python) to permit the latest version. Updates `mkdocstrings-python` to 2.0.0 - [Release notes](https://github.com/mkdocstrings/python/releases) - [Changelog](https://github.com/mkdocstrings/python/blob/main/CHANGELOG.md) - [Commits](https://github.com/mkdocstrings/python/compare/1.12.0...2.0.0) --- updated-dependencies: - dependency-name: mkdocstrings-python dependency-version: 2.0.0 dependency-type: direct:development dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index eb769c1..9b22667 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ dev = [ ] docs = [ "mkdocs~=1.6", - "mkdocstrings-python~=1.12", + "mkdocstrings-python>=1.12,<3.0", "mkdocs-material[imaging]~=9.5", "mkdocs-git-revision-date-localized-plugin~=1.3", "black~=25.1",