From 05f14feeba698533aa532a43406476e98c68265d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 29 Dec 2024 16:07:42 +0000 Subject: [PATCH] chore(deps): update dependency flake8 to v7 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 20dc8bb3..54f2ad54 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ codecov = "^2.1.11" pylint = "^2.8.2" isort = "^5.8.0" pytest = "^8.0.0" -flake8 = "^4.0.0" +flake8 = "^7.0.0" mypy = "^1.0" coverage = "^7.0.0" mkdocs = "^1.2.2"