From 9246357709ec1a067704166faa6378a899e868e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 15:13:13 +0000 Subject: [PATCH] build(deps-dev): update mkdocstrings requirement Updates the requirements on [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings) to permit the latest version. Updates `mkdocstrings` to 1.0.4 - [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.27.0...1.0.4) --- updated-dependencies: - dependency-name: mkdocstrings dependency-version: 1.0.4 dependency-type: direct:development dependency-group: development-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 39791b5..1efad33 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dev = [ docs = [ "mkdocs~= 1.6", "mkdocs-include-markdown-plugin >= 7.2,< 7.4", - "mkdocstrings[python] ~= 0.27", + "mkdocstrings[python] >= 0.27,< 2.0", "mkdocs-material == 9.*", "mkdocs-include-markdown-plugin ~= 7.2.0" ]