From 1bc5dd22dba3a839387ebb325f5ee73c5121020a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 11:13:45 +0000 Subject: [PATCH] build(deps): update mkdocs-material requirement in /pywry/docs Updates the requirements on [mkdocs-material](https://github.com/squidfunk/mkdocs-material) to permit the latest version. - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.7.6...9.7.7) --- updated-dependencies: - dependency-name: mkdocs-material dependency-version: 9.7.7 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..c114b2d 100644 --- a/pywry/docs/requirements.txt +++ b/pywry/docs/requirements.txt @@ -1,6 +1,6 @@ # PyWry Documentation Requirements mkdocs>=1.6.1 -mkdocs-material>=9.7.6 +mkdocs-material>=9.7.7 mkdocs-autorefs>=1.4.4 # Auto-generated API documentation from source