From 008fd66786b3a6922dec5e044f81c456928b050a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 15 Mar 2021 05:29:06 +0000 Subject: [PATCH] Update pycodestyle requirement from <2.6.0,>=2.5.0 to >=2.5.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] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index fff0a0e..24b405f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ pytesseract beautifulsoup4 opencv-python flake8==3.7.9 -pycodestyle<2.6.0,>=2.5.0 +pycodestyle>=2.5.0,<2.8.0 pandas==0.24.2 urllib3==1.25.7 requests>=2.21.0 diff --git a/setup.py b/setup.py index 2c9c463..760aed5 100644 --- a/setup.py +++ b/setup.py @@ -51,7 +51,7 @@ 'beautifulsoup4', 'opencv-python', 'flake8==3.7.9', - 'pycodestyle<2.6.0,>=2.5.0', + 'pycodestyle>=2.5.0,<2.8.0', 'pandas==0.24.2', 'urllib3==1.25.7', 'requests>=2.21.0',