From 5b7eec3d022b6b217a7005798d51614a14c33b79 Mon Sep 17 00:00:00 2001 From: Vishnu Ks Date: Mon, 7 Jan 2019 10:59:17 +0000 Subject: [PATCH] requirements: Upgrade PyJWT from 1.6.4 to 1.7.1. --- requirements/common.in | 2 +- requirements/dev.txt | 2 +- requirements/prod.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements/common.in b/requirements/common.in index 3d24efc4c1..6029a49de6 100644 --- a/requirements/common.in +++ b/requirements/common.in @@ -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 diff --git a/requirements/dev.txt b/requirements/dev.txt index 6d2e24f823..a1ff55da3b 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -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 diff --git a/requirements/prod.txt b/requirements/prod.txt index 5c3bbaee06..0874f8fb83 100644 --- a/requirements/prod.txt +++ b/requirements/prod.txt @@ -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