From 7ca0e9a75f554ee96b9622734a07bc999c6f5e36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 22:52:57 +0000 Subject: [PATCH] Update flake8 requirement from >=6.0.0 to >=7.3.0 Updates the requirements on [flake8](https://github.com/pycqa/flake8) to permit the latest version. - [Commits](https://github.com/pycqa/flake8/compare/6.0.0...7.3.0) --- updated-dependencies: - dependency-name: flake8 dependency-version: 7.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index 923f2e1..5b2005e 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,4 +1,4 @@ pytest >= 7.2.0 -flake8 >= 6.0.0 +flake8 >= 7.3.0 Flake8-pyproject >= 1.2.0 autopep8 >= 2.0.0 \ No newline at end of file