From 0cb7f3949cbd6e4413dc70f8d85d5758fd5c3b17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Jul 2026 17:22:46 +0000 Subject: [PATCH] build(deps-dev): update mkdocs-material requirement 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:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 71c11b4..92bd5ed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dev = [ "mypy>=1.10", "ruff>=0.15.12", "pre-commit>=3.2.0", # 3.2 introduced the per-stage default_install_hook_types semantics we rely on - "mkdocs-material>=9.5", + "mkdocs-material>=9.7.7", "mkdocstrings[python]>=1.0.4", ]