From 29a1fc330b218f3a4d7dfe8be3391983857d5b39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 15:22:13 +0000 Subject: [PATCH] deps: update mkdocs-material requirement from >=9.5 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:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 03a797c..997be9e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dev = [ # Docs-site build only (MkDocs Material). Never a runtime dependency — the # scanner itself stays standard-library only; see the note on `dependencies`. docs = [ - "mkdocs-material>=9.5", + "mkdocs-material>=9.7.7", ] [project.scripts]