diff --git a/setup.py b/setup.py index 74ea8c06..065f4572 100644 --- a/setup.py +++ b/setup.py @@ -52,7 +52,7 @@ install_requires = [ 'gunicorn==19.7.1', 'marshmallow==2.13.5', 'cryptography==1.7', - 'pyjwt==1.4.2', + 'pyjwt==1.5.0', 'xmltodict==0.10.2', 'lockfile==0.12.2', 'inflection==0.3.1',