From 4194dc697bca5ed59e30c76c3b00330f0b6c8db3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 00:28:34 +0000 Subject: [PATCH] Update mkdocstrings[python] requirement from ==0.26.* to ==0.27.* (#515) * Update mkdocstrings[python] requirement from ==0.26.* to ==0.27.* Updates the requirements on [mkdocstrings[python]](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.0...0.27.0) --- updated-dependencies: - dependency-name: mkdocstrings[python] dependency-type: direct:development ... Signed-off-by: dependabot[bot] * Apply suggestions from code review --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com> --- requirements/dev.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 8b322b71..f7dee0dc 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -3,7 +3,8 @@ bump2version ==1.0.1 # coverage >=4.5.4 mkdocs-material ==9.5.* ipython[notebook] >8.0, <9.0 -mkdocstrings[python] ==0.26.* +mkdocstrings[python] ==0.26.*; python_version < "3.9" +mkdocstrings[python] ==0.27.*; python_version >= "3.9" mknotebooks ==0.8.* pytest >=5.3.2 pytest-runner >=5.1