Skip to content

Commit 44abe1c

Browse files
Update mkdocstrings[python] requirement (#71)
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/master/CHANGELOG.md) - [Commits](mkdocstrings/mkdocstrings@0.19.0...0.22.0) --- updated-dependencies: - dependency-name: mkdocstrings[python] dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 79ba835 commit 44abe1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ test = [
5959
]
6060
doc = [
6161
"mkdocs-material >=9.0.0, <10.0.0",
62-
"mkdocstrings[python] >=0.19.0, <0.21.0"
62+
"mkdocstrings[python] >=0.19.0, <0.23.0"
6363
]
6464
dev = [
6565
"pre-commit >=2.20.0, <4.0.0",

0 commit comments

Comments
 (0)