From ab3f0721a4a0580f1af618c6045aaeb00327c56c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 12:57:38 +0000 Subject: [PATCH] Bump flake8 from 7.1.0 to 7.1.1 Bumps [flake8](https://github.com/pycqa/flake8) from 7.1.0 to 7.1.1. - [Commits](https://github.com/pycqa/flake8/compare/7.1.0...7.1.1) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- test.requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.requirements.txt b/test.requirements.txt index 896d91e..a14958e 100644 --- a/test.requirements.txt +++ b/test.requirements.txt @@ -1,3 +1,3 @@ pylint==3.2.6 -flake8==7.1.0 +flake8==7.1.1 pytest==8.3.1 \ No newline at end of file