From 27b758a599feda7e2ed74f358a2a37866492827d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 07:43:27 +0000 Subject: [PATCH] chore(deps): update flake8 requirement from <7.0,>=5.0.4 to >=5.0.4,<8.0 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.1) --- 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 251d8a4..31c25c4 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -3,7 +3,7 @@ black ==24.4.2 isort >=5.10.1, <6.0 -flake8 >=5.0.4, <7.0 +flake8 >=5.0.4, <8.0 pytest pytest-cov pytest-snapshot