From eab4d302370f0721e01fecee721d0f04efbe6458 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Oct 2021 16:02:29 +0000 Subject: [PATCH] Update flake8 requirement from ==3.8.* to ==4.0.* Updates the requirements on [flake8](https://github.com/pycqa/flake8) to permit the latest version. - [Release notes](https://github.com/pycqa/flake8/releases) - [Commits](https://github.com/pycqa/flake8/compare/3.8.0a1...4.0.1) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test.txt b/requirements-test.txt index 38d1522..f17e767 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -3,5 +3,5 @@ pytest-cov==3.0.* pytest-vcr==1.0.* black==21.9b0 isort==5.7.* -flake8==3.8.* +flake8==4.0.* mypy==0.812