From 12777d06c9c552980e829f53bc65700b074a0185 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 31 Jan 2019 05:23:22 -0800 Subject: [PATCH 1/2] Update flake8 from 3.6.0 to 3.7.3 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 90870656..f3dc61e7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ binaryornot==0.4.4 # Code quality # ------------------------------------------------------------------------------ -flake8==3.6.0 +flake8==3.7.3 # Testing # ------------------------------------------------------------------------------ From 43bfd66aa07c4b483429af8b09b189f319cb36f2 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 31 Jan 2019 05:23:23 -0800 Subject: [PATCH 2/2] Update flake8 from 3.6.0 to 3.7.3 --- {{cookiecutter.project_slug}}/requirements/local.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/requirements/local.txt b/{{cookiecutter.project_slug}}/requirements/local.txt index 7ee9a1ee..45acbb13 100644 --- a/{{cookiecutter.project_slug}}/requirements/local.txt +++ b/{{cookiecutter.project_slug}}/requirements/local.txt @@ -17,7 +17,7 @@ pytest-sugar==0.9.2 # https://github.com/Frozenball/pytest-sugar # Code quality # ------------------------------------------------------------------------------ -flake8==3.6.0 # https://github.com/PyCQA/flake8 +flake8==3.7.3 # https://github.com/PyCQA/flake8 coverage==4.5.2 # https://github.com/nedbat/coveragepy # Django