From e1efcefdc0d0c7591b1c64bbc72fbbcc8ec94170 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 5 Apr 2019 14:13:54 +0000 Subject: [PATCH] Update pycodestyle requirement from <2.4.0,>=2.3.0 to >=2.3.0,<2.6.0 Updates the requirements on [pycodestyle](https://github.com/PyCQA/pycodestyle) to permit the latest version. - [Release notes](https://github.com/PyCQA/pycodestyle/releases) - [Changelog](https://github.com/PyCQA/pycodestyle/blob/master/CHANGES.txt) - [Commits](https://github.com/PyCQA/pycodestyle/compare/2.3.0...2.5.0) Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7bf8dffe..ba15bb0a 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ "autopep8 == 1.4.0", "flake8 >= 3.5.0, < 3.6.0", "flake8-print", - "pycodestyle >= 2.3.0, < 2.4.0", # To avoid incompatibility with flake + "pycodestyle >=2.3.0,<2.6.0", # To avoid incompatibility with flake ] }, packages=find_packages(),