From 24f4f190285d2b6400a83559862abbc81297960f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 11:38:38 +0000 Subject: [PATCH 1/2] 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] --- requirements/dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 8b322b71..cfff9432 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -3,7 +3,7 @@ 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.27.* mknotebooks ==0.8.* pytest >=5.3.2 pytest-runner >=5.1 From f436724dbd8e391bbc0abd2a7f16bfb56ae4e016 Mon Sep 17 00:00:00 2001 From: Jirka Borovec <6035284+Borda@users.noreply.github.com> Date: Tue, 17 Dec 2024 21:42:45 +0900 Subject: [PATCH 2/2] Apply suggestions from code review --- requirements/dev.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index cfff9432..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.27.* +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