From 52745fb9a5a2aa5b633ae73b288e60db769df48d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 09:22:48 +0000 Subject: [PATCH] Update mkdocstrings-python requirement from >=2.0.0 to >=2.0.5 Updates the requirements on [mkdocstrings-python](https://github.com/mkdocstrings/python) to permit the latest version. - [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/2.0.0...2.0.5) --- updated-dependencies: - dependency-name: mkdocstrings-python dependency-version: 2.0.5 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 d66fdb4..4de8166 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = ["numpy"] [project.optional-dependencies] dev = ["pytest>=8.4.2", "pytest-cov>=7.1.0", "ruff>=0.15.15"] docs = [ - "mkdocstrings-python>=2.0.0", + "mkdocstrings-python>=2.0.5", "zensical>=0.0.24", "pillow>=11.3.0", "cairosvg>=2.8.2"