From aadcd7445d065d0ff411c16326721f648e74bb6e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 16 Feb 2025 22:45:45 +0000 Subject: [PATCH] chore(deps): update dependency flake8 to v7.1.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 03f1e14..3acfd19 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ local_scheme = "no-local-version" dependencies = [ "black==24.10.0", "flake8-pyproject==1.2.3", - "flake8==7.1.1", + "flake8==7.1.2", "pytest-cov==6.0.0", "pytest-sugar==1.0.0", "pytest==8.3.4",