mirror of https://github.com/zulip/zulip.git
requirements: Upgrade PyJWT from 1.6.4 to 1.7.1.
This commit is contained in:
parent
c1d18c6976
commit
5b7eec3d02
|
@ -79,7 +79,7 @@ httplib2==0.12.0
|
|||
premailer==3.2.0
|
||||
|
||||
# Needed for JWT-based auth
|
||||
PyJWT==1.6.4
|
||||
PyJWT==1.7.1
|
||||
|
||||
# Needed for including other markdown files for user docs
|
||||
markdown-include==0.5.1
|
||||
|
|
|
@ -128,7 +128,7 @@ pydispatcher==2.0.5 # via scrapy
|
|||
pyflakes==2.0.0
|
||||
pygments==2.3.1
|
||||
pyhamcrest==1.9.0 # via twisted
|
||||
pyjwt==1.6.4
|
||||
pyjwt==1.7.1
|
||||
pyldap==3.0.0.post1 # via fakeldap
|
||||
pylibmc==1.6.0
|
||||
pyoembed==0.1.2
|
||||
|
|
|
@ -91,7 +91,7 @@ pyasn1==0.4.5
|
|||
pycparser==2.19 # via cffi
|
||||
pycrypto==2.6.1
|
||||
pygments==2.3.1
|
||||
pyjwt==1.6.4
|
||||
pyjwt==1.7.1
|
||||
pylibmc==1.6.0
|
||||
pyoembed==0.1.2
|
||||
pyopenssl==18.0.0 # via ndg-httpsclient, requests
|
||||
|
|
Loading…
Reference in New Issue