From 644532079d4e36ca82e2a8faa81414c2cecb22f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 30 Jan 2019 23:16:02 +0000 Subject: [PATCH] Update flake8 requirement from <3.6.0,>=3.5.0 to >=3.5.0,<3.8.0 Updates the requirements on [flake8](https://gitlab.com/pycqa/flake8) to permit the latest version. - [Release notes](https://gitlab.com/pycqa/flake8/tags) - [Commits](https://gitlab.com/pycqa/flake8/commits/3.7.2) Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 10fe2ba..0cee67c 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ ], 'dev': [ "autopep8 ==1.4.3", - "flake8 >= 3.5.0, < 3.6.0", + "flake8 >=3.5.0,<3.8.0", "flake8-print", "pycodestyle >= 2.3.0, < 2.4.0", # To avoid incompatibility with flake "pytest <5.0",