From 4eacc57b85b8632911d86399292b1b413ef1fcf2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 17:08:01 +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 aaf040c..46fdcec 100644 --- a/requirements-docs.txt +++ b/requirements-docs.txt @@ -2,5 +2,5 @@ mkdocs>=1.6 mkdocs-material>=9.5 mkdocs-minify-plugin>=0.8 pymdown-extensions>=10.7 -mkdocstrings[python]>=0.25 +mkdocstrings[python]>=1.0.4 griffe>=0.47