From c519827d64cb7e7c07b37dc599afc26c615f5572 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 14 Nov 2016 15:42:57 -0800 Subject: [PATCH] Update flake8 from 3.0.4 to 3.2.0 --- {{cookiecutter.project_slug}}/requirements/test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/requirements/test.txt b/{{cookiecutter.project_slug}}/requirements/test.txt index 5578aaca8..855aef3a0 100644 --- a/{{cookiecutter.project_slug}}/requirements/test.txt +++ b/{{cookiecutter.project_slug}}/requirements/test.txt @@ -8,7 +8,7 @@ psycopg2==2.6.2 {%- endif %} coverage==4.2 -flake8==3.0.4 # pyup: != 2.6.0 +flake8==3.2.0 # pyup: != 2.6.0 django-test-plus==1.0.16 factory_boy==2.7.0