diff --git a/requirements-dev.txt b/requirements-dev.txt index fb0ce7d..f7c34e3 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -11,5 +11,5 @@ pytest-cov ==4.1.0 mkdocs ==1.5.3 mkdocs-material == 9.1.17 mkdocstrings ==0.23.0 -mkdocstrings-python == 1.7.3 +mkdocstrings-python == 1.8.0 mike ==1.1.2 \ No newline at end of file diff --git a/setup.py b/setup.py index a18777b..dd4543b 100644 --- a/setup.py +++ b/setup.py @@ -54,7 +54,7 @@ "mkdocs==1.5.3", "mkdocs-material==9.1.17", "mkdocstrings ==0.23.0", - "mkdocstrings-python == 1.7.3", + "mkdocstrings-python == 1.8.0", "mike ==1.1.2", ], },