From a564da68bb04b50730ce87bebbfd2b15990bc484 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 11 Jan 2020 21:51:52 +0000 Subject: [PATCH] Bump pyflakes from 1.6.0 to 2.1.1 Bumps [pyflakes](https://github.com/PyCQA/pyflakes) from 1.6.0 to 2.1.1. - [Release notes](https://github.com/PyCQA/pyflakes/releases) - [Changelog](https://github.com/PyCQA/pyflakes/blob/master/NEWS.rst) - [Commits](https://github.com/PyCQA/pyflakes/compare/1.6.0...2.1.1) Signed-off-by: dependabot-preview[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 0de9ceb..3ad1b04 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,7 +2,7 @@ coverage mock nose pycodestyle==2.5.0 -pyflakes==1.6.0 +pyflakes==2.1.1 readme_renderer[md]==24.0 requests_mock twine==1.15.0