Skip to content

Commit fa9e182

Browse files
build(deps-dev): update mkdocstrings[python] requirement
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.20.0...1.0.3) --- updated-dependencies: - dependency-name: mkdocstrings[python] dependency-version: 1.0.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a33465c commit fa9e182

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
@@ -33,7 +33,7 @@ docs = [
3333
"mkdocs-material>=9.1.4,<10.0.0",
3434
"mkdocs-gen-files>=0.4,<0.7",
3535
"mkdocs-literate-nav>=0.6.0,<0.7.0",
36-
"mkdocstrings[python]>=0.20,<0.31",
36+
"mkdocstrings[python]>=0.20,<1.1",
3737
"mkautodoc>=0.2.0,<0.3.0",
3838
"pymdown-extensions>=10.0.1,<11.0.0",
3939
]

0 commit comments

Comments
 (0)