From 26300237c915ecef6a7240a5792d66eacda9a373 Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Tue, 24 Oct 2017 20:13:10 +0200 Subject: [PATCH] Update flake8 to 3.5.0 (#1370) * Update flake8 from 3.4.1 to 3.5.0 * Update flake8 from 3.4.1 to 3.5.0 --- requirements.txt | 2 +- {{cookiecutter.project_slug}}/requirements/test.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 5affb9c8..5e6edecd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ cookiecutter==1.6.0 -flake8==3.4.1 # pyup: != 2.6.0 +flake8==3.5.0 # pyup: != 2.6.0 sh==1.12.14 binaryornot==0.4.4 diff --git a/{{cookiecutter.project_slug}}/requirements/test.txt b/{{cookiecutter.project_slug}}/requirements/test.txt index 8d21ed8b..a1298d04 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