diff --git a/setup.py b/setup.py index 095ad36..9e69a8f 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ ] tests_require = [ - "coverage==5.5", + "coverage==7.2.1", "pytest==6.2.4", "pytest-cov==2.12.1", "pytest-django==4.4.0",