From d4aec5336c425b472ed302cbde5e6f80193a762a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Oct 2021 02:19:45 +0000 Subject: [PATCH] Bump flake8 from 4.0.0 to 4.0.1 Bumps [flake8](https://github.com/pycqa/flake8) from 4.0.0 to 4.0.1. - [Release notes](https://github.com/pycqa/flake8/releases) - [Commits](https://github.com/pycqa/flake8/compare/4.0.0...4.0.1) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a9d0de3..23bc6f3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ -e . black==21.9b0; implementation_name=="cpython" docutils==0.17.1 -flake8==4.0.0 +flake8==4.0.1 isort==5.9.3 mypy==0.910; implementation_name=="cpython" pre-commit==2.15