From 413bb66fde1b9ce7fe193b9c3124d38a0d0f692a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 29 Mar 2025 22:38:18 +0000 Subject: [PATCH] chore(deps): update dependency flake8 to v7.2.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 75b1ad2..b0f52c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ dependencies = [ "pytest-sugar==1.0.0", "pytest-cov==6.0.0", "black==25.1.0", - "flake8==7.1.2", + "flake8==7.2.0", "flake8-pyproject==1.2.3", ]