diff --git a/setup.py b/setup.py index cd8f030..9ecfc76 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ def read(*parts): tests_require = [ 'codecov==2.1.*', - 'coverage>=5.3,<7.4', + 'coverage>=5.3,<7.5', 'pytest-cov>=2.10,<4.2', 'pytest-env==0.6,<1.2', 'pytest-mock>=3.11,<3.13',