From 0b38edd6a4f6fc06dadfda2c547b6dba17382ebf Mon Sep 17 00:00:00 2001 From: Tine Wittler <no-reply@edugit.org> Date: Fri, 5 Jan 2024 03:04:49 +0000 Subject: [PATCH] Update dependency flake8 to v7 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e25a24a..41e711d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ dynaconf = "^3.1.4" sphinx = "^7.0" sphinx-autodoc-typehints = "^1.23" pytest = "^7.4" -flake8 = "^5.0.0" +flake8 = "^7.0.0" flake8-fixme = "^1.1.1" flake8-bandit = "^4.1.1" flake8-builtins = "^2.1.0" -- GitLab