upgrade pyflakes to 3.1.x

This commit is contained in:
Anthony Sottile 2023-07-29 13:03:38 -04:00
parent b3cee18653
commit 5bd63bc552
3 changed files with 1 additions and 4 deletions

View file

@ -36,7 +36,7 @@ package_dir =
install_requires =
mccabe>=0.7.0,<0.8.0
pycodestyle>=2.10.0,<2.11.0
pyflakes>=3.0.0,<3.1.0
pyflakes>=3.1.0,<3.2.0
# 3.8.0's importlib.metadata is broken
python_requires = >=3.8.1