From b3c93ac24477a8f9999af81c516f79680f7bcb1e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 14:25:39 +0000 Subject: [PATCH] chore(sdk): 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 64affc8556..a26d20250c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ dev = [ "coverage==7.6.12", "docker==7.1.0", "filelock==3.20.3", - "flake8==7.1.2", + "flake8==7.3.0", "freezegun==1.5.1", "mock==5.2.0", "moto[all]==5.1.11",