Skip to content

Commit 24f4f19

Browse files
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](mkdocstrings/mkdocstrings@0.26.0...0.27.0) --- updated-dependencies: - dependency-name: mkdocstrings[python] dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b504132 commit 24f4f19

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
@@ -3,7 +3,7 @@ bump2version ==1.0.1
33
# coverage >=4.5.4
44
mkdocs-material ==9.5.*
55
ipython[notebook] >8.0, <9.0
6-
mkdocstrings[python] ==0.26.*
6+
mkdocstrings[python] ==0.27.*
77
mknotebooks ==0.8.*
88
pytest >=5.3.2
99
pytest-runner >=5.1

0 commit comments

Comments
 (0)