From c78a6d5c75e87e4d18599edad0b267e0d65cc4b9 Mon Sep 17 00:00:00 2001 From: "TEAM 4.0[bot]" Date: Mon, 1 Dec 2025 05:49:45 +0000 Subject: [PATCH 1/2] 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 7db7a3f..38c7928 100644 --- a/{{ cookiecutter.project_slug }}/pyproject.toml +++ b/{{ cookiecutter.project_slug }}/pyproject.toml @@ -42,7 +42,7 @@ docs = [ "mkdocs-autorefs~=1.4", "mkdocs-awesome-pages-plugin ~=2.10", "mkdocs-material ~=9.7", - "mkdocstrings[python] ~=0.30.1", + "mkdocstrings[python] >=0.30.1,<2", ] testing = [ "pytest ~=9.0", From 41ab4379315352e30eec80d9a945cd22e94823c7 Mon Sep 17 00:00:00 2001 From: Casper Welzel Andersen <43357585+CasperWA@users.noreply.github.com> Date: Mon, 1 Dec 2025 09:58:56 +0100 Subject: [PATCH 2/2] Use at minimum mkdocstrings v1 --- {{ 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 38c7928..e8d7337 100644 --- a/{{ cookiecutter.project_slug }}/pyproject.toml +++ b/{{ cookiecutter.project_slug }}/pyproject.toml @@ -42,7 +42,7 @@ docs = [ "mkdocs-autorefs~=1.4", "mkdocs-awesome-pages-plugin ~=2.10", "mkdocs-material ~=9.7", - "mkdocstrings[python] >=0.30.1,<2", + "mkdocstrings[python] ~=1.0", ] testing = [ "pytest ~=9.0",