Skip to content

Commit 7aec269

Browse files
Update mkdocstrings requirement from >=0.18 to >=1.0.3
Updates the requirements on [mkdocstrings](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.18.0...1.0.3) --- updated-dependencies: - dependency-name: mkdocstrings dependency-version: 1.0.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 00314eb commit 7aec269

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
@@ -76,7 +76,7 @@ test = [
7676
]
7777
docs = [
7878
"mkdocs",
79-
"mkdocstrings[python]>=0.18",
79+
"mkdocstrings[python]>=1.0.3",
8080
"mkdocs-material",
8181
"markdown-callouts",
8282
"Pygments",

0 commit comments

Comments
 (0)