From 8ebc738f42b71ca971cb8d57e72ddc80a7ca5846 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Jun 2025 20:07:15 +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 e5719a1..9bbfd9f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ dependencies = [ "pytest-sugar==1.0.0", "pytest-cov==6.1.1", "black==25.1.0", - "flake8==7.2.0", + "flake8==7.3.0", "flake8-pyproject==1.2.3", ]