From 1410fea55d7c11768295485c167550a120c3bb00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 08:36:14 +0000 Subject: [PATCH] chore: Bump mkdocs-material in the documentation group Bumps the documentation group with 1 update: [mkdocs-material](https://github.com/squidfunk/mkdocs-material). Updates `mkdocs-material` from 9.7.5 to 9.7.6 - [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 update-type: version-update:semver-patch dependency-group: documentation ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ef91830..91517ac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ docs = [ "mike==2.1.4", "mkdocs==1.6.1", "mkdocs-include-markdown-plugin==7.2.1", - "mkdocs-material==9.7.5", + "mkdocs-material==9.7.6", "mkdocs-minify-plugin==0.8.0", "mkdocstrings-python==2.0.3", "pygments==2.19.2",