From 46f1f90356fb4bfac13e48e49b4c43bd35feb9f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 08:20:33 +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:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 26e3e46..5c83f80 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ dev = [ "pytest-asyncio>=0.21.0", "pytest-cov>=4.1.0", "black>=23.0.0", - "flake8>=6.0.0", + "flake8>=7.3.0", "mypy>=1.0.0", ]