From 009642a009880617587d42a49efa14d539e61fce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jul 2025 20:34:46 +0000 Subject: [PATCH] Update flake8 requirement from ~=7.2.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.2.0...7.3.0) --- updated-dependencies: - dependency-name: flake8 dependency-version: 7.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f84907c2..22f56a73 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -110,7 +110,7 @@ lint = [ 'flake8-eradicate~=1.5.0', 'flake8-quotes~=3.4.0', 'flake8-string-format==0.3.0', - 'flake8~=7.2.0', + 'flake8~=7.3.0', 'pep8-naming~=0.15.1', 'pep8~=1.7.1', 'toml~=0.10.2',