Skip to content

Commit 8a869ae

Browse files
deps: update mkdocstrings[python] requirement from ~=0.26.0 to ~=0.30.1
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.30.1) --- updated-dependencies: - dependency-name: mkdocstrings[python] dependency-version: 0.30.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 83eee3f commit 8a869ae

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
@@ -53,7 +53,7 @@ test = [
5353
]
5454
docs = [
5555
"mkdocs-material~=9.5",
56-
"mkdocstrings[python]~=0.26.0"
56+
"mkdocstrings[python]~=0.30.1"
5757
]
5858

5959
### Mypy ###

0 commit comments

Comments
 (0)