From 513532fd8547191b5f0e2e3fd0c5ac126f6e4a35 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 22:24:22 +0000 Subject: [PATCH] Update dependency style/flake8 to v7.1.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 228666a..03f9fe3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dist = [ style = [ "autoflake==2.3.1", "black==24.8.0", - "flake8==7.1.0", + "flake8==7.1.1", "flake8-isort==6.1.1", "flake8-print==5.0.0", "flake8-pyproject==1.2.3",