Skip to content

Commit 227d2a2

Browse files
Pin mkdocstrings-python to 1.4.0 to have compatibility with griffe 0.33.0 (#347)
1 parent 15df1cc commit 227d2a2

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ mkdocs-python-classy==0.1.3
66
mkdocs-version-annotations==1.0.0
77
# Automatic documentation from sources, for MkDocs
88
mkdocstrings==0.22.0
9-
mkdocstrings-python==1.1.2
9+
mkdocstrings-python==1.4.0

poetry.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ mypy = "*"
4949
mkdocs = "1.4.3"
5050
mkdocs-material = "8.5.8"
5151
mkdocstrings = "0.22.0"
52-
mkdocstrings-python = "1.1.2"
52+
mkdocstrings-python = "1.4.0"
5353
mkdocs-version-annotations = "1.0.0"
5454
mkdocs-python-classy = "0.1.3"
5555

0 commit comments

Comments
 (0)