From 635bfe66b44f5662aa0ad927bf73084116a52f6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Apr 2026 17:40:36 +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/1.0.0...2.0.2) --- updated-dependencies: - dependency-name: griffe dependency-version: 2.0.2 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 e551236..94b39ef 100644 --- a/pywry/docs/requirements.txt +++ b/pywry/docs/requirements.txt @@ -5,7 +5,7 @@ mkdocs-autorefs>=1.0.0 # Auto-generated API documentation from source mkdocstrings[python]>=0.26.0 -griffe>=1.0.0 +griffe>=2.0.2 # For cross-references mkdocs-gen-files>=0.5.0