From 03fa6b817c084ef30916b357790fab713813c3e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 10:27:06 +0000 Subject: [PATCH] :arrow_up: deps(deps): update mkdocs-material requirement 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.6) --- updated-dependencies: - dependency-name: mkdocs-material dependency-version: 9.7.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2e3ea77..2421844 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ # Updated: 2025-12-13 # Core theme -mkdocs-material>=9.5.0 +mkdocs-material>=9.7.6 # Plugins mkdocs-minify-plugin>=0.8.0