From 3ee9319d84c96508eaa224708d6122f42ce96ad7 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sun, 30 Jan 2022 13:21:09 +0300 Subject: [PATCH] pyproject.toml: bump flake8 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6149531..7c43380 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ country-converter = "^0.7.4" [tool.poetry.dev-dependencies] pytest = "^6.1.1" -flake8 = "^3.8.4" +flake8 = "^4.0.1" pytest-clarity = "^1.0.1" black = "^21.6b0" isort = "^5.5.4"