From dbcaaef448f65b63f638fb2e9a842e7c934b7422 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Dec 2025 10:15:11 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Bump=20mkdocs-material=20t?= =?UTF-8?q?o=20v9.7.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8b3aea5..fde1f06 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -121,7 +121,7 @@ config-path = "none" [tool.hatch.envs.docs] dependencies = [ - "mkdocs-material==9.7.0", + "mkdocs-material==9.7.1", "mkdocstrings[python]==1.0.0", ] [tool.hatch.envs.docs.scripts]