From a1a7b1a596c81c93575f16d3ea6f50a1286a52f9 Mon Sep 17 00:00:00 2001 From: Elvis Pranskevichus Date: Thu, 6 Jul 2023 17:21:07 -0700 Subject: [PATCH] Scale flake8 back to 5.0 (#1048) Looks like later versions dropped Python 3.7 support --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b4c82d6f..3010936d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ github = "https://github.com/MagicStack/asyncpg" [project.optional-dependencies] test = [ - 'flake8~=6.0.0', + 'flake8~=5.0', 'uvloop>=0.15.3; platform_system != "Windows"', ] docs = [