From 3edf7155c933b2a6a68752f0dd5a45a52b624823 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 22:54:01 +0000 Subject: [PATCH] chore(deps): bump mkdocs-material in the python-minor-patch group Bumps the python-minor-patch group with 1 update: [mkdocs-material](https://github.com/squidfunk/mkdocs-material). Updates `mkdocs-material` from 9.6.14 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.6.14...9.7.6) --- updated-dependencies: - dependency-name: mkdocs-material dependency-version: 9.7.6 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor-patch ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index f8cccf6..c59b254 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -2,5 +2,5 @@ # Transitive pin for pymdown-extensions guards against the strict-mode build # failing on a silent transitive bump (reviewer MAJOR-6). mkdocs==1.6.1 -mkdocs-material==9.6.14 +mkdocs-material==9.7.6 pymdown-extensions==10.21.3