From 5047945cbc51fafe5660961fac3ec2e2bf625a5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 11:13:46 +0000 Subject: [PATCH] build(deps): update mkdocstrings requirement in /pywry/docs 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] --- pywry/docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pywry/docs/requirements.txt b/pywry/docs/requirements.txt index 58c0d64..49ddf70 100644 --- a/pywry/docs/requirements.txt +++ b/pywry/docs/requirements.txt @@ -4,7 +4,7 @@ mkdocs-material>=9.7.6 mkdocs-autorefs>=1.4.4 # Auto-generated API documentation from source -mkdocstrings[python]>=1.0.4 +mkdocstrings[python]>=1.0.6 griffe>=2.1.0 # For cross-references