diff --git a/{{cookiecutter.project_slug}}/requirements/test.txt b/{{cookiecutter.project_slug}}/requirements/test.txt index 1e9db6c13..0d26eab0e 100644 --- a/{{cookiecutter.project_slug}}/requirements/test.txt +++ b/{{cookiecutter.project_slug}}/requirements/test.txt @@ -14,5 +14,5 @@ django-test-plus==1.0.15 factory_boy==2.7.0 # pytest -pytest-django==2.9.1 +pytest-django==3.0.0 pytest-sugar==0.7.1