From c561272f0d3bec5294e5120ebca4c6484de93daf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 06:13:27 +0000 Subject: [PATCH] chore(deps): bump mkdocs-material from 9.7.6 to 9.7.7 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:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- website/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/requirements.txt b/website/requirements.txt index f2261313..a1c24a69 100644 --- a/website/requirements.txt +++ b/website/requirements.txt @@ -18,7 +18,7 @@ # mkdocs.yml — it needs system Cairo libraries that the CI runner lacks. # The `blog` and `tags` plugins ship inside mkdocs-material; no extra package. -mkdocs-material[imaging]==9.7.6 +mkdocs-material[imaging]==9.7.7 pymdown-extensions==10.21.3 # Pinch/click-zoom lightbox for the Guides screenshots # (feat_website_walkthrough_guides). Honors the `glightbox-skip` class so