From db019d55c0bfd19039709fb8f635152a37c8b7d5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 07:10:14 +0000 Subject: [PATCH] chore(deps): update dependency flake8 to v7.1.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 31a354f..17eef2b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ optional = true [tool.poetry.group.dev.dependencies] pytest = "8.3.1" pylint = "3.2.6" -flake8 = "7.0.0" +flake8 = "7.1.0" flake8-pytest-style = "2.0.0" ruff = "0.5.2" coverage = "7.6.0"