diff --git a/{{cookiecutter.project_slug}}/requirements/test.txt b/{{cookiecutter.project_slug}}/requirements/test.txt index cac0a6cca..35f75fdc4 100644 --- a/{{cookiecutter.project_slug}}/requirements/test.txt +++ b/{{cookiecutter.project_slug}}/requirements/test.txt @@ -9,7 +9,7 @@ psycopg2==2.6.2 coverage==4.1 django-coverage-plugin==1.3.1 -flake8==3.0.0 +flake8==3.0.1 django-test-plus==1.0.14 factory_boy==2.7.0