From ae6493c1b3f6ead3729bc46a62ac27fdb3431fab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 Oct 2020 22:31:36 +0000 Subject: [PATCH] Bump flake8 from 3.7.9 to 3.8.4 Bumps [flake8](https://gitlab.com/pycqa/flake8) from 3.7.9 to 3.8.4. - [Release notes](https://gitlab.com/pycqa/flake8/tags) - [Commits](https://gitlab.com/pycqa/flake8/compare/3.7.9...3.8.4) Signed-off-by: dependabot[bot] --- requirements/flake.txt | 2 +- requirements/lint.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/flake.txt b/requirements/flake.txt index f16b41d012c..793ce6f13d8 100644 --- a/requirements/flake.txt +++ b/requirements/flake.txt @@ -1,2 +1,2 @@ -flake8==3.7.9 +flake8==3.8.4 isort==4.3.21 diff --git a/requirements/lint.txt b/requirements/lint.txt index eceb687f589..dc61cd5be7e 100644 --- a/requirements/lint.txt +++ b/requirements/lint.txt @@ -1,5 +1,5 @@ mypy==0.770; implementation_name=="cpython" -flake8==3.7.9 +flake8==3.8.4 flake8-pyi==20.5.0; python_version >= "3.6" black==19.10b0; python_version >= "3.6" isort==4.3.21