From b62dc0ccb2860140c696c0c9fffb06a455eef43e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 05:17:57 +0000 Subject: [PATCH] chore(deps): update mkdocs-material requirement from >=9.7.5 to >=9.7.6 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.7.5...9.7.6) --- updated-dependencies: - dependency-name: mkdocs-material dependency-version: 9.7.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 13ce056..20782c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ version = "1" authors = [{ name = "Muspi Merol", email = "me@promplate.dev" }] dependencies = [ "mkdocs>=1.6.1", - "mkdocs-material>=9.7.5", + "mkdocs-material>=9.7.6", "mkdocstrings-python~=2.0.3", "brotli>=1.2.0", "minify-html>=0.18.1",