Skip to content

Commit 023db27

Browse files
Update mkdocstrings[python] requirement from ==0.27.* to ==0.29.* (#559)
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](mkdocstrings/mkdocstrings@0.27.0...0.29.1) --- updated-dependencies: - dependency-name: mkdocstrings[python] dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e9d8f05 commit 023db27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ bump2version ==1.0.1
44
mkdocs-material ==9.5.*
55
ipython[notebook] >8.0, <9.0
66
mkdocstrings[python] ==0.26.*; python_version < "3.9"
7-
mkdocstrings[python] ==0.27.*; python_version >= "3.9"
7+
mkdocstrings[python] ==0.29.*; python_version >= "3.9"
88
mknotebooks ==0.8.*
99
pytest >=5.3.2
1010
pytest-runner >=5.1

0 commit comments

Comments
 (0)