From eddd3a5a72c17d4f3d6a165837a71a388ef07045 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jun 2021 15:46:42 +0200 Subject: [PATCH] Bump flake8 from 3.9.1 to 3.9.2 (#28) Bumps [flake8](https://gitlab.com/pycqa/flake8) from 3.9.1 to 3.9.2. - [Release notes](https://gitlab.com/pycqa/flake8/tags) - [Commits](https://gitlab.com/pycqa/flake8/compare/3.9.1...3.9.2) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 783aec5..2c7f614 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ setup( 'dev': [ 'nose==1.3.7', 'coveralls==3.1.0', - 'flake8==3.9.1' + 'flake8==3.9.2' ] }, zip_safe=False