From 8cc05958352cba51f077c23742f16726e80adce1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 13 Jun 2018 02:17:44 +0000 Subject: [PATCH] Bump pyflakes from 1.6.0 to 2.0.0 Bumps [pyflakes](https://github.com/PyCQA/pyflakes) from 1.6.0 to 2.0.0. - [Release notes](https://github.com/PyCQA/pyflakes/releases) - [Changelog](https://github.com/PyCQA/pyflakes/blob/master/NEWS.txt) - [Commits](https://github.com/PyCQA/pyflakes/compare/1.6.0...2.0.0) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 095bc8e..53226ce 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ more-itertools==4.1.0 pluggy==0.6.0 py==1.5.3 pycodestyle==2.3.1 -pyflakes==1.6.0 +pyflakes==2.0.0 pytest==3.5.0 pytest-cov==2.5.1 requests==2.18.4