From 1e9f53e23b8130004c1df61e8ab98ceac77e6882 Mon Sep 17 00:00:00 2001 From: "TEAM 4.0[bot]" Date: Mon, 17 Nov 2025 05:44:44 +0000 Subject: [PATCH] Update dependencies --- {{ cookiecutter.project_slug }}/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{ cookiecutter.project_slug }}/pyproject.toml b/{{ cookiecutter.project_slug }}/pyproject.toml index 9ca5e33..b6024b8 100644 --- a/{{ cookiecutter.project_slug }}/pyproject.toml +++ b/{{ cookiecutter.project_slug }}/pyproject.toml @@ -41,7 +41,7 @@ docs = [ "mkdocs ~=1.6", "mkdocs-autorefs~=1.4", "mkdocs-awesome-pages-plugin ~=2.10", - "mkdocs-material ~=9.6", + "mkdocs-material ~=9.7", "mkdocstrings[python] ~=0.30.1", ] testing = [