mirror of https://github.com/zulip/zulip.git
requirements: Upgrade pyflakes from 2.1.0 to 2.1.1.
This commit is contained in:
parent
8d56976a0c
commit
02f20c91d5
|
@ -29,7 +29,7 @@ isort==4.3.10
|
|||
pycodestyle==2.5.0
|
||||
|
||||
# Needed to run pyflakes linter
|
||||
pyflakes==2.1.0
|
||||
pyflakes==2.1.1
|
||||
|
||||
# Needed to run tests in parallel
|
||||
tblib==1.3.2
|
||||
|
|
|
@ -128,7 +128,7 @@ pycparser==2.19 # via cffi
|
|||
pycrypto==2.6.1
|
||||
pycryptodome==3.7.3 # via python-jose
|
||||
pydispatcher==2.0.5 # via scrapy
|
||||
pyflakes==2.1.0
|
||||
pyflakes==2.1.1
|
||||
pygments==2.3.1
|
||||
pyhamcrest==1.9.0 # via twisted
|
||||
pyjwt==1.7.1
|
||||
|
|
Loading…
Reference in New Issue