From 1f860f3bab8e0ef7e8a9fd75ad182b51070328cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 May 2026 06:57:10 +0000 Subject: [PATCH] chore(deps): update mkdocstrings requirement from >=0.24.0 to >=1.0.4 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.4) --- updated-dependencies: - dependency-name: mkdocstrings dependency-version: 1.0.4 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..b531280d 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.4 mkdocs>=1.5.0