From c7ad46f0fbd30966c30d6b750dcefeea0fa5084c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 21:58:43 +0000 Subject: [PATCH] chore(deps-dev): bump mkdocstrings-python from 2.0.5 to 2.0.7 Bumps [mkdocstrings-python](https://github.com/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 ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml old mode 100755 new mode 100644 index adf49c2..b6b74e5 --- a/pyproject.toml +++ b/pyproject.toml @@ -104,7 +104,7 @@ docs = [ "mkdocs==1.6.1", "mkdocs-material==9.7.7", "mkdocstrings==1.0.6", - "mkdocstrings-python==2.0.5", + "mkdocstrings-python==2.0.7", "mkdocs-jupyter==0.26.3", "mkdocs-autorefs==1.4.4", # 1.2.3 depends on ProperDocs, which injects an unrelated migration banner.