From 91c14a8bc60b56468e871c6c71cd0dc50a7db7d0 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 18 Oct 2021 20:37:29 +0000 Subject: [PATCH] Update dependency flake8 to v4 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 890a892..f0040b0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ jsmin = "*" pytest = "*" black = "^20.8b1" isort = "*" -flake8 = "^3.9.0" +flake8 = "^4.0.0" [tool.poetry.scripts] run = "wsgi:app"