From be298f32739b8d64956ad79bda28f4cc9d91a7d1 Mon Sep 17 00:00:00 2001 From: "descope[bot]" <107609351+descope[bot]@users.noreply.github.com> Date: Wed, 12 Nov 2025 11:26:54 +0000 Subject: [PATCH] chore(deps): update dependency flake8 to v7.3.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b422d1e14..384ed05ab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ pre-commit = [ { version = "<3.0.0", python = "<3.9" }, { version = "3.6.0", python = ">=3.9" }, ] -flake8 = "7.1.2" +flake8 = "7.3.0" flake8-pyproject = "1.2.3" flake8-bugbear = "24.12.12" liccheck = "0.9.2"