Skip to content

Commit d633679

Browse files
build(deps-dev): update mkdocstrings-python requirement
Updates the requirements on [mkdocstrings-python](https://github.com/mkdocstrings/python) to permit the latest version. - [Release notes](https://github.com/mkdocstrings/python/releases) - [Changelog](https://github.com/mkdocstrings/python/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/python@1.16.2...2.0.1) --- updated-dependencies: - dependency-name: mkdocstrings-python dependency-version: 2.0.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 888a218 commit d633679

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
@@ -61,7 +61,7 @@ docs = [
6161
"mkdocs-git-revision-date-localized-plugin>=1.3,<1.6",
6262
"mkdocs-material[imaging]>=9.7,<9.8",
6363
"mkdocs-minify-plugin>=0.8,<0.9",
64-
"mkdocstrings-python>=1.16.2,<1.19",
64+
"mkdocstrings-python>=1.16.2,<2.1",
6565
"termynal>=0.12.2,<0.14",
6666
]
6767
test = [

0 commit comments

Comments
 (0)