From b368ec3d483fba520fd09822f20b1474ad426167 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 16 Apr 2021 05:17:19 +0000 Subject: [PATCH] Bump flake8 from 3.7.9 to 3.9.1 Bumps [flake8](https://gitlab.com/pycqa/flake8) from 3.7.9 to 3.9.1. - [Release notes](https://gitlab.com/pycqa/flake8/tags) - [Commits](https://gitlab.com/pycqa/flake8/compare/3.7.9...3.9.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..dc820fb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ openpyxl pytesseract beautifulsoup4 opencv-python -flake8==3.7.9 +flake8==3.9.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..71e3324 100644 --- a/setup.py +++ b/setup.py @@ -50,7 +50,7 @@ 'pytesseract', 'beautifulsoup4', 'opencv-python', - 'flake8==3.7.9', + 'flake8==3.9.1', 'pycodestyle<2.6.0,>=2.5.0', 'pandas==0.24.2', 'urllib3==1.25.7',