From dd07a5b64fd1f6ad12b27cb1917250c3fbe94aa6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2026 13:32:24 +0000 Subject: [PATCH] chore(deps): update mkdocstrings requirement from >=0.24.0 to >=1.0.6 Updates the requirements on [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings) to permit the latest version. - [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.24.0...1.0.6) --- updated-dependencies: - dependency-name: mkdocstrings dependency-version: 1.0.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-docs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-docs.txt b/requirements-docs.txt index 76fa086e..a052d966 100644 --- a/requirements-docs.txt +++ b/requirements-docs.txt @@ -1,5 +1,5 @@ mdx_truly_sane_lists>=1.3 mkdocs-include-markdown-plugin>=7.3.0 mkdocs-material>=9.5.0 -mkdocstrings[python]>=0.24.0 +mkdocstrings[python]>=1.0.6 mkdocs>=1.5.0