From 39b706cbd63ea92be7a43268b007fc56e5590635 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sat, 30 Jul 2016 05:02:58 -0700 Subject: [PATCH 1/2] Update flake8 from 3.0.1 to 3.0.3 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d00525e6..b24a39a1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ cookiecutter==1.4.0 -flake8==3.0.1 # pyup: != 2.6.0 +flake8==3.0.3 # pyup: != 2.6.0 sh==1.11 binaryornot==0.4.0 From 1f1c0e31ef934bc8be45f3651d730a10898a4c54 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sat, 30 Jul 2016 05:02:58 -0700 Subject: [PATCH 2/2] Update flake8 from 3.0.1 to 3.0.3 --- {{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 cdeda2a7..18fb8a59 100644 --- a/{{cookiecutter.project_slug}}/requirements/test.txt +++ b/{{cookiecutter.project_slug}}/requirements/test.txt @@ -9,7 +9,7 @@ psycopg2==2.6.2 coverage==4.1 django-coverage-plugin==1.3.1 -flake8==3.0.1 # pyup: != 2.6.0 +flake8==3.0.3 # pyup: != 2.6.0 django-test-plus==1.0.14 factory_boy==2.7.0