From 25ce1267fe69ef609e6677c1dd94ae97a80f71fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 00:45:29 +0000 Subject: [PATCH] build(deps-dev): bump mkdocs-material from 9.7.6 to 9.7.7 in /docs Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.7.6 to 9.7.7. - [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:development ... Signed-off-by: dependabot[bot] --- docs/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pyproject.toml b/docs/pyproject.toml index 543eab2..752155c 100644 --- a/docs/pyproject.toml +++ b/docs/pyproject.toml @@ -24,7 +24,7 @@ docs = [ "mkdocs==1.6.1", "mkdocs-gen-files==0.6.0", "mkdocs-include-markdown-plugin==7.2.0", - "mkdocs-material==9.7.6", + "mkdocs-material==9.7.7", "pyyaml==6.0.3", ]