From 67d9b6c136b41a8fb12a05b9933e164189ba75ab Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 23 Oct 2017 13:24:31 -0700 Subject: [PATCH] Update flake8 from 3.4.1 to 3.5.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 8d21ed8b7..a1298d042 100644 --- a/{{cookiecutter.project_slug}}/requirements/test.txt +++ b/{{cookiecutter.project_slug}}/requirements/test.txt @@ -8,7 +8,7 @@ psycopg2==2.7.3.1 {%- endif %} coverage==4.4.1 -flake8==3.4.1 # pyup: != 2.6.0 +flake8==3.5.0 # pyup: != 2.6.0 django-test-plus==1.0.18 factory-boy==2.9.2 django-coverage-plugin==1.5.0