From 993aac6b95e62dd48569fbdda4f3f695f50c97a1 Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Sat, 29 Jul 2017 04:57:27 +0200 Subject: [PATCH] Update flake8 to 3.4.1 (#1254) * Update flake8 from 3.4.0 to 3.4.1 * Update flake8 from 3.4.0 to 3.4.1 --- 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 ce637b52..28095be3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ cookiecutter==1.5.1 -flake8==3.4.0 # pyup: != 2.6.0 +flake8==3.4.1 # pyup: != 2.6.0 sh==1.12.14 binaryornot==0.4.3 diff --git a/{{cookiecutter.project_slug}}/requirements/test.txt b/{{cookiecutter.project_slug}}/requirements/test.txt index 21eb6a9a..bf7039a4 100644 --- a/{{cookiecutter.project_slug}}/requirements/test.txt +++ b/{{cookiecutter.project_slug}}/requirements/test.txt @@ -8,7 +8,7 @@ psycopg2==2.7.3 {%- endif %} coverage==4.4.1 -flake8==3.4.0 # pyup: != 2.6.0 +flake8==3.4.1 # pyup: != 2.6.0 django-test-plus==1.0.18 factory-boy==2.8.1