diff --git a/requirements-dev.txt b/requirements-dev.txt index 8bbb04a..e941bd2 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -10,6 +10,6 @@ autopep8 ==2.0.2 pytest-cov ==4.1.0 mkdocs ==1.5.3 mkdocs-material == 9.1.17 -mkdocstrings ==0.21.2 +mkdocstrings ==0.23.0 mkdocstrings-python == 1.7.3 mike ==1.1.2 \ No newline at end of file diff --git a/setup.py b/setup.py index 561a89b..b7508da 100644 --- a/setup.py +++ b/setup.py @@ -53,7 +53,7 @@ "docs": [ "mkdocs==1.5.3", "mkdocs-material==9.1.17", - "mkdocstrings ==0.21.2", + "mkdocstrings ==0.23.0", "mkdocstrings-python == 1.7.3", "mike ==1.1.2", ],