Skip to content

Commit 7a7ba09

Browse files
dev-deps(deps-dev): update mkdocstrings[python] requirement (#584)
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.1.0...1.0.0) --- updated-dependencies: - dependency-name: mkdocstrings[python] dependency-version: 1.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bfed82a commit 7a7ba09

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
@@ -36,7 +36,7 @@ dependencies = [
3636
docs = [
3737
"mkdocs>=1.5.3",
3838
"mkdocs-material>=9.5.12",
39-
"mkdocstrings[python]<0.31.0",
39+
"mkdocstrings[python]<1.1.0",
4040
"mkdocs-jupyter>=0.24.3",
4141
"mkdocs-gen-files>=0.5.0",
4242
"mkdocs-literate-nav>=0.6.0",

0 commit comments

Comments
 (0)