diff --git a/setup.py b/setup.py index 395dce53..a20dea74 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ def run(self): extras_require = { 'test': [ 'pytest>=5.1,<7', - 'pytest-django>=3.5,<4', + 'pytest-django>=4.8.0,<5', ], 'lint': [ 'flake8>=3.7,<5',