summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorMatthieu Huin <mhuin@redhat.com>2020-12-23 10:26:08 +0100
committerMatthieu Huin <mhuin@redhat.com>2021-01-14 12:35:18 +0000
commitdaa51d766f0490cb07b57db4891ac45f652d45a2 (patch)
treead8c40fcd92777cad859a57e22aa92190df5c626 /requirements.txt
parentbb78d31ced8fe6ccf4e5922f743ad7666a6e01ef (diff)
downloadzuul-daa51d766f0490cb07b57db4891ac45f652d45a2.tar.gz
Bump pyjwt to 2.0.0
The release of pyjwt 2.0.0 changed the behavior of some functions, which caused errors. Fix the errors, use pyjwt 2.0.0's better handling of JWKS, and pin requirement to 2.X to avoid future potential API breaking changes. Change-Id: Ibef736e0f635dfaf4477cc2a90a22665da9f1959
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt
index da3932b84..6dd38dd82 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -24,8 +24,7 @@ alembic
cryptography>=1.6
cachecontrol
cachetools
-# PyJWT 2.0.0 has API breaking changes
-pyjwt<2.0.0
+pyjwt>=2.0.0,<3.0
iso8601
psutil
fb-re2>=1.0.6