From 4537dabe3b93c758f4877f1a5aaf995f1060ca4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 08:28:14 +0000 Subject: [PATCH] build(deps): bump mkdocstrings from 0.26.2 to 0.27.0 Bumps [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings) from 0.26.2 to 0.27.0. - [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.26.2...0.27.0) --- updated-dependencies: - dependency-name: mkdocstrings dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- {{ cookiecutter.project_slug }}/doc-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{ cookiecutter.project_slug }}/doc-requirements.txt b/{{ cookiecutter.project_slug }}/doc-requirements.txt index 7242fe0..3ec720c 100644 --- a/{{ cookiecutter.project_slug }}/doc-requirements.txt +++ b/{{ cookiecutter.project_slug }}/doc-requirements.txt @@ -69,7 +69,7 @@ mkdocs-material-extensions==1.3.1 # via mkdocs-material mkdocs-section-index==0.3.9 # via {{ cookiecutter.project_slug }} (pyproject.toml) -mkdocstrings==0.26.2 +mkdocstrings==0.27.0 # via # mkdocstrings-python # {{ cookiecutter.project_slug }} (pyproject.toml)