From bd531a200b294298dd202e7495113e0f7ff42124 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Mar 2025 11:17:21 +0000 Subject: [PATCH] Update mkdocstrings[python] requirement from ==0.27.* to ==0.28.* 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.27.0...0.28.2) --- 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 f7dee0dc..0a8efa1b 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -4,7 +4,7 @@ bump2version ==1.0.1 mkdocs-material ==9.5.* ipython[notebook] >8.0, <9.0 mkdocstrings[python] ==0.26.*; python_version < "3.9" -mkdocstrings[python] ==0.27.*; python_version >= "3.9" +mkdocstrings[python] ==0.28.*; python_version >= "3.9" mknotebooks ==0.8.* pytest >=5.3.2 pytest-runner >=5.1