From 3c3b8c01c28a9293f53a7d8ae1106990947e95b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 11:47:30 +0000 Subject: [PATCH] Bump flake8 from 7.0.0 to 7.1.1 Bumps [flake8](https://github.com/pycqa/flake8) from 7.0.0 to 7.1.1. - [Commits](https://github.com/pycqa/flake8/compare/7.0.0...7.1.1) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:production update-type: version-update:semver-minor ... 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 ba0d2cd5..553030ed 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -1,6 +1,6 @@ coverage==7.5.3 black==24.4.2 -flake8==7.0.0 +flake8==7.1.1 pylint==3.1.1 pytest==8.2.1 moto[cognitoidp]>=5.0.0