diff --git a/setup.py b/setup.py index 91436db..d622e16 100755 --- a/setup.py +++ b/setup.py @@ -58,8 +58,8 @@ 'flake8~=6.0.0', 'isort~=5.12.0', 'mock>=5.0.2', - 'pydocstyle~=4.0.0', - 'pytest-cov>=6.3.0', + 'pydocstyle~=6.3.0', + 'pytest-cov>=4.0.0', 'pytest-django>=4.5.2', 'pytest-pythonpath~=0.7.4', 'readme_renderer',