upgrade pyflakes to 2.5.x

This commit is contained in:
Anthony Sottile 2022-07-30 13:35:02 -04:00
parent e406f30e23
commit b9e0c6eb50
4 changed files with 2 additions and 9 deletions

View file

@ -41,7 +41,7 @@ package_dir =
install_requires =
mccabe>=0.7.0,<0.8.0
pycodestyle>=2.8.0,<2.9.0
pyflakes>=2.4.0,<2.5.0
pyflakes>=2.5.0,<2.6.0
importlib-metadata<4.3;python_version<"3.8"
python_requires = >=3.6.1