diff --git a/setup.cfg b/setup.cfg index 343da31..81dcc3e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -103,7 +103,7 @@ dev = flake8-docstrings == 1.7.0 # And check the docstrings too pep8-naming == 0.12.1 # And even your function and variable names mypy ~= 1.10.0 # Do your type annotations actually work? - pydocstyle == 6.1.1 # Do your docstrings look like everyone else's? + pydocstyle == 6.3.0 # Do your docstrings look like everyone else's? coverage == 5.5 # Does all your code get exercised? pytest == 6.2.5 # Testing pytest-cov == 5.0.0 # pytest + coverage = pytest-cov