From b56088f5806cf773ff1c57408ffdef66758d4b2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Oct 2021 11:01:28 +0000 Subject: [PATCH] Bump flake8 from 3.8.3 to 4.0.1 Bumps [flake8](https://github.com/pycqa/flake8) from 3.8.3 to 4.0.1. - [Release notes](https://github.com/pycqa/flake8/releases) - [Commits](https://github.com/pycqa/flake8/compare/3.8.3...4.0.1) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 11d410d..9e0bed3 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,5 +2,5 @@ pytest==5.4.3 pytest-vcr==1.0.2 black==19.10b0 isort[pipfile]==5.0.7 -flake8==3.8.3 +flake8==4.0.1 pytest-cov==2.10.0 \ No newline at end of file