From 69f498804dcd4b0568ab3a30f732be11e3ce859b Mon Sep 17 00:00:00 2001 From: cphoward Date: Tue, 15 Nov 2022 14:42:03 -0500 Subject: [PATCH] Update setup.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index f48b2a89..1bbb5a7f 100644 --- a/setup.py +++ b/setup.py @@ -31,9 +31,9 @@ # aiohttp doesn't support 3.11 yet, # see https://github.com/aio-libs/aiohttp/issues/6600 'aiohttp ; python_version < "3.11"', - 'flake8~=3.9.2', + 'flake8~=4.0.1', 'psutil', - 'pycodestyle~=2.7.0', + 'pycodestyle~=2.8.0', 'pyOpenSSL~=22.0.0', 'mypy>=0.800', CYTHON_DEPENDENCY,