From 0d9f1129807fb3de17840e7d5bb60fa7598c6abb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 22:55:54 +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 dc1b4dd..253b712 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -6,7 +6,7 @@ pytest-asyncio>=0.21.0 # Code Quality black>=23.0.0 isort>=5.12.0 -flake8>=6.0.0 +flake8>=7.3.0 mypy>=1.0.0 # Type stubs