diff --git a/setup.py b/setup.py index 9793b3b..a6cd5be 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ ], extras_require={ 'test': [ - 'pytest-django>=3.5,<4.2', + 'pytest-django>=3.5,<4.4', 'freezegun', 'psycopg2-binary', 'pytest-cov>=2.7,<2.12',