From 66f7debf7e9c574eb0661dfd3bfe96d20f6c6ed3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 14:35:38 +0000 Subject: [PATCH] chore(deps): Update mkdocs-material requirement from >=9.7.6 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.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] --- docs-site/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs-site/requirements.txt b/docs-site/requirements.txt index 8cd9234..08f9d19 100644 --- a/docs-site/requirements.txt +++ b/docs-site/requirements.txt @@ -1,2 +1,2 @@ -mkdocs-material>=9.7.6 +mkdocs-material>=9.7.7 mkdocs-minify-plugin>=0.8.0