From 2991bc4f1d9a2fcb33e452713337baeab15609e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 11:46:01 +0000 Subject: [PATCH] Update flake8 requirement from ~=5.0.4 to ~=7.1.2 Updates the requirements on [flake8](https://github.com/pycqa/flake8) to permit the latest version. - [Commits](https://github.com/pycqa/flake8/compare/5.0.4...7.1.2) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements_for_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_for_test.txt b/requirements_for_test.txt index b59f6e2d..b98e5da8 100644 --- a/requirements_for_test.txt +++ b/requirements_for_test.txt @@ -1,6 +1,6 @@ -r requirements.txt -flake8~=5.0.4 +flake8~=7.1.2 flake8-print~=5.0.0 freezegun~=1.5.1 pytest~=8.3.4