diff --git a/setup.py b/setup.py index caa6b10..27f9bcd 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ 'pytest-django>=3.5,<4.3', 'freezegun', 'psycopg2-binary', - 'pytest-cov>=2.7,<2.12', + 'pytest-cov>=2.7,<4.1', ], 'docs': [ 'sphinx>=2.2,<3.6',