From f492828f17bf5d698c332a87755b435d0474d6c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2026 09:43:32 +0000 Subject: [PATCH] chore(deps): update mkdocs-material requirement from >=9.5.0 to >=9.7.7 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.5.0...9.7.7) --- updated-dependencies: - dependency-name: mkdocs-material dependency-version: 9.7.7 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs-requirements.txt b/docs-requirements.txt index 4b0708d..17b85b0 100644 --- a/docs-requirements.txt +++ b/docs-requirements.txt @@ -1,5 +1,5 @@ # MkDocs documentation build dependencies mkdocs>=1.6.1 -mkdocs-material>=9.5.0 +mkdocs-material>=9.7.7 mkdocs-minify-plugin>=0.8.0 pymdown-extensions>=12.0.1