From ed211b510a8e1f81abc88f96c3524b7ef1097fa0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Aug 2022 15:14:48 +0000 Subject: [PATCH] Update flake8 requirement from ==3.8.* to ==5.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...5.0.3) --- 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 e68fc34c..9c97ca72 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -3,7 +3,7 @@ pytest-freezegun==0.4.* pytest-cov==2.11.* black==20.8b1 isort==5.7.* -flake8==3.8.* +flake8==5.0.* mypy==0.812 pytest-chalice==0.0.* mongomock==3.22.*