From e9939d68b734935f0c98d98817912ad7c698238f Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Thu, 29 Nov 2018 19:05:03 -0800 Subject: [PATCH] =?UTF-8?q?Updated=20to=20a=20flake8=20with=20Python=203.7?= =?UTF-8?q?=20support=20=F0=9F=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index a5e93a8881..f6c8493da3 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -10,7 +10,7 @@ six==1.10.0 # Mock for test mocking mock==1.0.1 # Linting! -flake8==2.4.0 +flake8==3.6.0 # Coverage! coverage==3.7.1 codecov==1.6.3