From 4fd8726b0562b949aadb8230544c7828910270af Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Mon, 12 Dec 2022 10:52:45 +0100 Subject: [PATCH] Bump flake8 to 6.0.*, pycodestyle to 2.10.* and pyflakes to 3.0.* --- src/setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/setup.py b/src/setup.py index 04248fc2d..474d4a8c0 100644 --- a/src/setup.py +++ b/src/setup.py @@ -239,13 +239,13 @@ setup( 'coverage', 'coveralls', 'django-debug-toolbar==3.7.*', - 'flake8==5.0.*', + 'flake8==6.0.*', 'freezegun', 'isort==5.10.*', 'pep8-naming==0.12.*', 'potypo', - 'pycodestyle==2.9.*', - 'pyflakes==2.5.*', + 'pycodestyle==2.10.*', + 'pyflakes==3.0.*', 'pytest-cache', 'pytest-cov', 'pytest-django==4.*',