From d60b6c088fae44cce6d8633feb36d08ae8b12d06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 08:40:44 +0000 Subject: [PATCH] [UPDATE] 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.7.5...9.7.6) --- updated-dependencies: - dependency-name: mkdocs-material dependency-version: 9.7.6 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 fdcba07c..6cc186c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -82,7 +82,7 @@ tests = [ ] docs = [ "mkdocs<2.0.0,>=1.6.1", - "mkdocs-material>=9.7.5,<10.0.0", + "mkdocs-material>=9.7.6,<10.0.0", "mkdocstrings>=1.0.3,<2.0.0", "mkdocstrings-python>=2.0.3,<3.0.0", "mkdocs-include-markdown-plugin>=7.2.1,<8.0.0",