From 2b9057c58a83041346f35a9445900c25a306a2e8 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 25 Feb 2019 16:58:40 +0000 Subject: [PATCH] Update flake8 from 3.6.0 to 3.7.7 --- requirements/local.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/local.txt b/requirements/local.txt index 035c1ec..67f19f6 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -13,7 +13,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.7 # https://github.com/PyCQA/flake8 coverage==4.5.2 # https://github.com/nedbat/coveragepy # Django