diff --git a/pyproject.toml b/pyproject.toml index d1c5a29d..c85edcf2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,11 +39,11 @@ docs = [ "mkdocs ~=1.4", "mkdocs-awesome-pages-plugin ~=2.9", "mkdocs-material ~=9.1", - "mkdocstrings[python-legacy] ~=0.21.2", + "mkdocstrings[python-legacy] ~=0.22.0", ] testing = [ "pytest ~=7.3", - "pytest-cov ~=4.0", + "pytest-cov ~=4.1", ] dev = [ "pre-commit ~=2.21",