From fc9ec08d011897065668b0bbe01a41a0c696b850 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 01:06:14 +0000 Subject: [PATCH] :arrow_up: Update mkdocstrings requirement Updates the requirements on [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings) to permit the latest version. - [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases) - [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md) - [Commits](https://github.com/mkdocstrings/mkdocstrings/compare/0.24.3...1.0.4) --- updated-dependencies: - dependency-name: mkdocstrings dependency-version: 1.0.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- {{cookiecutter.project_slug}}/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/requirements.txt b/{{cookiecutter.project_slug}}/requirements.txt index f7f2d83..d85f6e6 100644 --- a/{{cookiecutter.project_slug}}/requirements.txt +++ b/{{cookiecutter.project_slug}}/requirements.txt @@ -4,6 +4,6 @@ importlib-metadata>=7.0.2,<10.0.0 mkdocs>=1.6.1,<2.0.0 mkdocs-material>=9.5.50,<10.0.0 mkdocs-awesome-nav>=3.0.0,<4.0.0 -mkdocstrings[python]>=0.24.3,<2.0.0 +mkdocstrings[python]>=1.0.4,<2.0.0 mkdocs-render-swagger-plugin>=0.1.2,<1.0.0 mike>=2.1.3,<3.0.0