diff --git a/{{cookiecutter.project_slug}}/requirements/test.txt b/{{cookiecutter.project_slug}}/requirements/test.txt index a1298d04..07e71def 100644 --- a/{{cookiecutter.project_slug}}/requirements/test.txt +++ b/{{cookiecutter.project_slug}}/requirements/test.txt @@ -9,7 +9,7 @@ psycopg2==2.7.3.1 coverage==4.4.1 flake8==3.5.0 # pyup: != 2.6.0 -django-test-plus==1.0.18 +django-test-plus==1.0.19 factory-boy==2.9.2 django-coverage-plugin==1.5.0