From cf1c8496e2463950b1dcaf81a329d2378925e8f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 21:11:19 +0000 Subject: [PATCH] Update mkdocstrings[python-legacy] requirement from ~=0.26.1 to ~=0.26.2 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.26.1...0.26.2) --- 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 80e18f894..1d462e2f1 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.26.1; python_version>="3.8" +mkdocstrings[python-legacy]~=0.26.2; python_version>="3.8" mkdocstrings[python-legacy]~=0.22.0; python_version<"3.8"