From 6cdb48772e134646837fa83afcf5689b5b225181 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 20:54:41 +0000 Subject: [PATCH] chore(deps): update mkdocstrings requirement from >=0.25 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.25.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 7873c76..6606d1a 100644 --- a/requirements-docs.txt +++ b/requirements-docs.txt @@ -3,5 +3,5 @@ mkdocs-material>=9.5 mkdocs-minify-plugin>=0.8 mkdocs-llmstxt>=0.5 pymdown-extensions>=11.0.1 -mkdocstrings[python]>=0.25 +mkdocstrings[python]>=1.0.4 griffe>=2.1.0