Bump flake8 to 6.0.*, pycodestyle to 2.10.* and pyflakes to 3.0.*

This commit is contained in:
Raphael Michel
2022-12-12 10:52:45 +01:00
parent b344ce90ba
commit 4fd8726b05

View File

@@ -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.*',