From 7d5d3ca8421966bc1c01d386178b053914a63513 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 01:00:54 +0000 Subject: [PATCH] chore(deps-dev): update flake8 requirement from >=7.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/7.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 a23e2fd..88a5020 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -4,7 +4,7 @@ pytest>=9.0.3 pytest-asyncio>=1.4.0 black>=24.0.0 mypy>=1.8.0 -flake8>=7.0.0 +flake8>=7.3.0 # Platform-Specific Dependencies (PEP 508 markers) colorama>=0.4.6; sys_platform == 'win32'