requirements: Upgrade PyJWT to 1.6.4.

This commit is contained in:
Vishnu Ks 2018-05-24 19:47:19 +00:00 committed by Tim Abbott
parent abade460a9
commit e458da5327
4 changed files with 4 additions and 4 deletions

View File

@ -79,7 +79,7 @@ httplib2==0.11.3
premailer==3.2.0
# Needed for JWT-based auth
PyJWT==1.6.1
PyJWT==1.6.4
# Needed for including other markdown files for user docs
markdown-include==0.5.1

View File

@ -120,7 +120,7 @@ pycrypto==2.6.1
pydispatcher==2.0.5 # via scrapy
pyflakes==2.0.0
pygments==2.2.0
pyjwt==1.6.1
pyjwt==1.6.4
pyldap==3.0.0.post1 # via fakeldap
pylibmc==1.5.2
pyoembed==0.1.2

View File

@ -85,7 +85,7 @@ pyasn1==0.4.3
pycparser==2.18 # via cffi
pycrypto==2.6.1
pygments==2.2.0
pyjwt==1.6.1
pyjwt==1.6.4
pylibmc==1.5.2
pyoembed==0.1.2
pyopenssl==17.3.0 # via ndg-httpsclient

View File

@ -8,4 +8,4 @@ ZULIP_VERSION = "1.8.1+git"
# Typically, adding a dependency only requires a minor version bump, and
# removing a dependency requires a major version bump.
PROVISION_VERSION = '20.2'
PROVISION_VERSION = '20.3'