From 368d2bf575a7d232330b286adb2da8e1d89ff7c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 00:28:29 +0000 Subject: [PATCH] pip: 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] --- pip-requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pip-requirements.txt b/pip-requirements.txt index 71969ed..e5030fd 100644 --- a/pip-requirements.txt +++ b/pip-requirements.txt @@ -10,7 +10,7 @@ pytest-cov>=7.1.0 # Code quality tools black>=26.3.1 -flake8>=6.0.0 +flake8>=7.3.0 # Security scanning bandit>=1.9.4 diff --git a/requirements.txt b/requirements.txt index 98484ae..0eeca99 100644 --- a/requirements.txt +++ b/requirements.txt @@ -29,7 +29,7 @@ toml>=0.10.2 # Development and testing tools black>=26.3.1 -flake8>=6.0.0 +flake8>=7.3.0 mypy>=2.1.0 # Documentation generation