From c9bbda28c497d81dc96a388c957b710ffe0aaca1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 00:24:02 +0000 Subject: [PATCH] chore(deps): update mkdocs-material requirement in /docs 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.5.0...9.7.7) --- updated-dependencies: - dependency-name: mkdocs-material dependency-version: 9.7.7 dependency-type: direct:production ... 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 1014baf4c..53ffe9625 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,4 +1,4 @@ # MkDocs stack for CI and local builds (see root mkdocs.yml, docs_dir: docs). -mkdocs-material>=9.5,<10 +mkdocs-material>=9.7.7,<10 mkdocs-mermaid2-plugin>=1.1.0 pymdown-extensions>=11.0.1