From 7ca7ed1c577a9947265cdbe93745b08231d2d6a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 19:46:25 +0000 Subject: [PATCH] chore(deps-dev): 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:development ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index ef2da49..7544d68 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,6 +1,6 @@ pytest>=7.0.0 pytest-cov>=4.0.0 -flake8>=6.0.0 +flake8>=7.3.0 black>=23.0.0 isort>=5.0.0 safety>=2.0.0