From 6c6f46f522aa93a9f6a5281555c8c65953753d54 Mon Sep 17 00:00:00 2001 From: renovate-bot Date: Sun, 3 Dec 2023 11:12:55 +0000 Subject: [PATCH] Update dependency flake8 to v5 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0f7eb51..a80d8f4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ python = "^3.7" [tool.poetry.dev-dependencies] black = "^20.8b1" -flake8 = "^3.8.4" +flake8 = "^5.0.0" pytest = "^6.2.2" pytest-cov = "^2.11.1" -- 2.45.2