From b430efa0edc6739ef845adb94888cabd6ed0cf5c Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Thu, 9 Feb 2017 09:10:22 +0100 Subject: [PATCH] Update flake8 to 3.3.0 (#1021) * Update flake8 from 3.2.1 to 3.3.0 * Update flake8 from 3.2.1 to 3.3.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 5c46d128..afb97ded 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.3.4 -flake8==3.2.1 # pyup: != 2.6.0 +flake8==3.3.0 # pyup: != 2.6.0 django-test-plus==1.0.17 factory-boy==2.8.1