summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-03-15 08:48:10 +0000
committerGitHub <noreply@github.com>2021-03-15 08:48:10 +0000
commitab90f6b50385519f34dd65c000b8ce1e693dd9c3 (patch)
tree523d48e3fa5cadfc960a967e0d2ce6e2c77a6dde
parent258f26c02655d162bc3afe6fe9edefbecb3c08a4 (diff)
downloadpylint-git-dependabot/pip/flake8-3.9.0.tar.gz
Bump flake8 from 3.8.4 to 3.9.0dependabot/pip/flake8-3.9.0
Bumps [flake8](https://gitlab.com/pycqa/flake8) from 3.8.4 to 3.9.0. - [Release notes](https://gitlab.com/pycqa/flake8/tags) - [Commits](https://gitlab.com/pycqa/flake8/compare/3.8.4...3.9.0) Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--requirements_test_pre_commit.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements_test_pre_commit.txt b/requirements_test_pre_commit.txt
index 1acddec25..faeaf4531 100644
--- a/requirements_test_pre_commit.txt
+++ b/requirements_test_pre_commit.txt
@@ -1,5 +1,5 @@
autoflake==1.4
black==20.8b1
-flake8==3.8.4
+flake8==3.9.0
isort==5.7.0
mypy==0.812