From 1d89770f31b74ed296092565957d5cbdff427578 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 08:23:04 +0000 Subject: [PATCH] [UPDATE] Update mkdocstrings-python requirement 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.4...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 6908ff00..defa4ae9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -84,7 +84,7 @@ docs = [ "mkdocs>=1.6.1,<2.0.0", "mkdocs-material>=9.7.6,<10.0.0", "mkdocstrings>=1.0.4,<2.0.0", - "mkdocstrings-python>=2.0.4,<3.0.0", + "mkdocstrings-python>=2.0.5,<3.0.0", "mkdocs-include-markdown-plugin>=7.3.0,<8.0.0", ]