Update pyflakes requirement from ==2.1.* to >=2.1,<2.5 in /src (#2313)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2021-11-18 12:14:01 +01:00
committed by GitHub
parent fdab45e5ce
commit 2c01b214a7

View File

@@ -242,7 +242,7 @@ setup(
'pep8-naming',
'potypo',
'pycodestyle==2.5.*',
'pyflakes==2.1.*',
'pyflakes>=2.1,<2.5',
'pytest-cache',
'pytest-cov',
'pytest-django==4.*',