From 50567e8b97a1d2304f6b5ec90fb957fe93dff5e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Jun 2025 07:09:44 +0000 Subject: [PATCH] chore(deps-dev): 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: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 023f1fed..abe2b890 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -79,7 +79,7 @@ chardet = "^5.1" # pin to exact versions, if the tool/lib/plugin is process-relevant coverage = "7.8.2" ddt = "1.7.2" -flake8 = "7.2.0" +flake8 = "7.3.0" flake8-annotations = "3.1.1" flake8-bugbear = "24.12.12" flake8-copyright-validator = "^0.0.1"