From 0ac110371d6713a8b3d3de15130ac4813186ff9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 05:03:25 +0000 Subject: [PATCH] Update mkdocstrings[python-legacy] requirement from ~=0.25.2 to ~=0.26.1 Updates the requirements on [mkdocstrings[python-legacy]](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.25.2...0.26.1) --- updated-dependencies: - dependency-name: mkdocstrings[python-legacy] dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements_docs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_docs.txt b/requirements_docs.txt index 66ff4858..80e18f89 100644 --- a/requirements_docs.txt +++ b/requirements_docs.txt @@ -4,5 +4,5 @@ mkdocs~=1.6; python_version>="3.8" mkdocs-awesome-pages-plugin~=2.9 mkdocs-material~=9.5; python_version>="3.8" mkdocs-material~=9.2; python_version<"3.8" -mkdocstrings[python-legacy]~=0.25.2; python_version>="3.8" +mkdocstrings[python-legacy]~=0.26.1; python_version>="3.8" mkdocstrings[python-legacy]~=0.22.0; python_version<"3.8"