From dae0f798c0a7af62ef21d29fecf264b121ef700b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 12 May 2020 05:41:09 +0000 Subject: [PATCH] Bump flake8 from 3.7.9 to 3.8.1 Bumps [flake8](https://gitlab.com/pycqa/flake8) from 3.7.9 to 3.8.1. - [Release notes](https://gitlab.com/pycqa/flake8/tags) - [Commits](https://gitlab.com/pycqa/flake8/compare/3.7.9...3.8.1) 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..33636cd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ openpyxl pytesseract beautifulsoup4 opencv-python -flake8==3.7.9 +flake8==3.8.1 pycodestyle<2.6.0,>=2.5.0 pandas==0.24.2 urllib3==1.25.7 diff --git a/setup.py b/setup.py index 2c9c463..d07eb4b 100644 --- a/setup.py +++ b/setup.py @@ -50,7 +50,7 @@ 'pytesseract', 'beautifulsoup4', 'opencv-python', - 'flake8==3.7.9', + 'flake8==3.8.1', 'pycodestyle<2.6.0,>=2.5.0', 'pandas==0.24.2', 'urllib3==1.25.7',