From abfe0cd1df192c858c09843eae3746435cc4a211 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 08:30:40 +0000 Subject: [PATCH] build(deps): bump mkdocstrings[python] from 0.30.1 to 1.0.0 in /docs Bumps [mkdocstrings[python]](https://github.com/mkdocstrings/mkdocstrings) from 0.30.1 to 1.0.0. - [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.30.1...1.0.0) --- updated-dependencies: - dependency-name: mkdocstrings[python] dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 3a268480ebd..2bcb7b7daa6 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,6 +1,6 @@ mkdocs-material == 9.7.0 mkdocs-autorefs == 1.4.3 -mkdocstrings[python] == 0.30.1 +mkdocstrings[python] == 1.0.0 mkdocs-literate-nav == 0.6.2 mdx-gh-links == 0.4 # need to pin for auto reload to work