From 81e8dc01ce8174484cbf420198873f4c0bd0800e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 11:14:46 +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.0.2...2.1.0) --- updated-dependencies: - dependency-name: griffe dependency-version: 2.1.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 ad2e35d..e96f495 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.0.2 +griffe>=2.1.0 # For cross-references mkdocs-gen-files>=0.6.1