From 78451eae9a98b334e6816ddf1687c472869f00a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 13:51:31 +0000 Subject: [PATCH] chore(deps): update mkdocstrings requirement from >=1.0.4 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/1.0.4...1.0.6) --- updated-dependencies: - dependency-name: mkdocstrings dependency-version: 1.0.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/requirements-docs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements-docs.txt b/docs/requirements-docs.txt index 2b0f7610..387adc30 100644 --- a/docs/requirements-docs.txt +++ b/docs/requirements-docs.txt @@ -1,3 +1,3 @@ # Read the Docs: MkDocs build dependencies mkdocs-material>=9.7.7 -mkdocstrings[python]>=1.0.4 +mkdocstrings[python]>=1.0.6