From 9ead48e7496f67ab8fc575713dc00131b8992524 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jan 2022 14:54:23 -0600 Subject: [PATCH] Update flake8 requirement from ==3.8.* to ==4.0.* (#133) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Pach --- requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test.txt b/requirements-test.txt index db9c0fc..a117293 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -3,6 +3,6 @@ pytest-vcr==1.0.* pytest-cov==3.0.* black==21.12b0 isort==5.10.* -flake8==3.8.* +flake8==4.0.* mypy==0.790 requests-mock==1.9.* \ No newline at end of file