diff --git a/{{cookiecutter.project_slug}}/requirements/test.txt b/{{cookiecutter.project_slug}}/requirements/test.txt index 704a508c9..759deb1c1 100644 --- a/{{cookiecutter.project_slug}}/requirements/test.txt +++ b/{{cookiecutter.project_slug}}/requirements/test.txt @@ -13,5 +13,5 @@ django-test-plus==1.0.16 factory_boy==2.7.0 # pytest -pytest-django==3.1.1 +pytest-django==3.1.2 pytest-sugar==0.7.1