From cee660b5c697510eb08d7808d1e8beb5116e7d9a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 14 Mar 2021 23:22:26 +0000 Subject: [PATCH] Update pycodestyle requirement from <2.6.0,>=2.3.0 to >=2.3.0,<2.8.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/commits) Signed-off-by: dependabot-preview[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f96f152..f1bce1c 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ "autopep8 ==1.5.2", "flake8 >=3.5.0,<3.8.0", "flake8-print", - "pycodestyle >=2.3.0,<2.6.0", # To avoid incompatibility with flake + "pycodestyle >=2.3.0,<2.8.0", # To avoid incompatibility with flake "pytest <6.0", "scipy >= 0.17", # Only used to test de_net_a_brut reform "requests >= 2.8",