mirror of
https://github.com/pretix/pretix.git
synced 2026-04-30 00:22:40 +00:00
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:
@@ -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.*',
|
||||
|
||||
Reference in New Issue
Block a user