From add093f4a85681d927a610fb16e2baa4077f35ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 11:15:19 +0000 Subject: [PATCH] build(deps): update griffe requirement in /pywry/docs Updates the requirements on [griffe](https://github.com/mkdocstrings/griffe) to permit the latest version. - [Release notes](https://github.com/mkdocstrings/griffe/releases) - [Changelog](https://github.com/mkdocstrings/griffe/blob/main/CHANGELOG.md) - [Commits](https://github.com/mkdocstrings/griffe/compare/2.1.0...2.2.0) --- updated-dependencies: - dependency-name: griffe dependency-version: 2.2.0 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..f6253f7 100644 --- a/pywry/docs/requirements.txt +++ b/pywry/docs/requirements.txt @@ -5,7 +5,7 @@ mkdocs-autorefs>=1.4.4 # Auto-generated API documentation from source mkdocstrings[python]>=1.0.4 -griffe>=2.1.0 +griffe>=2.2.0 # For cross-references mkdocs-gen-files>=0.6.1