From 89f32d28b062471c28dde4ac526ff6549f3d8329 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 1 May 2020 16:18:27 +0000 Subject: [PATCH] Bump pyflakes from 2.1.1 to 2.2.0 Bumps [pyflakes](https://github.com/PyCQA/pyflakes) from 2.1.1 to 2.2.0. - [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/2.1.1...2.2.0) 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 eb0b3db..a16b484 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,7 +2,7 @@ coverage mock nose pycodestyle==2.5.0 -pyflakes==2.1.1 +pyflakes==2.2.0 readme_renderer[md]==26.0 requests_mock twine==1.15.0