diff --git a/setup.py b/setup.py index caa6b10..06b9246 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ ], extras_require={ 'test': [ - 'pytest-django>=3.5,<4.3', + 'pytest-django>=3.5,<4.5', 'freezegun', 'psycopg2-binary', 'pytest-cov>=2.7,<2.12',