From 927a1a896fc19337d576f4d91ddd23ac0ba1f702 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 10 May 2021 05:26:33 +0000 Subject: [PATCH] Bump flake8 from 3.7.9 to 3.9.2 Bumps [flake8](https://gitlab.com/pycqa/flake8) from 3.7.9 to 3.9.2. - [Release notes](https://gitlab.com/pycqa/flake8/tags) - [Commits](https://gitlab.com/pycqa/flake8/compare/3.7.9...3.9.2) 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..0b9a281 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ openpyxl pytesseract beautifulsoup4 opencv-python -flake8==3.7.9 +flake8==3.9.2 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..54cdca2 100644 --- a/setup.py +++ b/setup.py @@ -50,7 +50,7 @@ 'pytesseract', 'beautifulsoup4', 'opencv-python', - 'flake8==3.7.9', + 'flake8==3.9.2', 'pycodestyle<2.6.0,>=2.5.0', 'pandas==0.24.2', 'urllib3==1.25.7',