From 201570ce3ad6f071da6ccb0fcbf0d8237965ec73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Jul 2026 04:44:04 +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 634b63b..da1db2f 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>=10.7 -mkdocstrings[python]>=0.25 +mkdocstrings[python]>=1.0.4 griffe>=0.47