From e49ba94f6859875415101aa67c4594056a80b1bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 15:00:02 +0000 Subject: [PATCH] chore(deps-dev): bump mkdocstrings-python in the docs group Bumps the docs group with 1 update: [mkdocstrings-python](https://github.com/mkdocstrings/python). Updates `mkdocstrings-python` from 2.0.5 to 2.0.7 - [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.5...2.0.7) --- updated-dependencies: - dependency-name: mkdocstrings-python dependency-version: 2.0.7 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: docs ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2fbd74f..a440aad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,7 +66,7 @@ docs = [ # created two weeks before it was published. 1.2.2 is the last release whose provenance checks # out. Do not bump without re-checking who publishes it. "mkdocs-redirects==1.2.3", - "mkdocstrings-python==2.0.5", + "mkdocstrings-python==2.0.7", ] # Review tools, kept out of `dev` so CI jobs that never run them do not install them. Nothing here # gates a merge; ruff and mypy are the enforced checks.