Skip to content

Commit 4194dc6

Browse files
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](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> * Apply suggestions from code review --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
1 parent 19fc8c3 commit 4194dc6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

requirements/dev.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ 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.26.*; python_version < "3.9"
7+
mkdocstrings[python] ==0.27.*; python_version >= "3.9"
78
mknotebooks ==0.8.*
89
pytest >=5.3.2
910
pytest-runner >=5.1

0 commit comments

Comments
 (0)