From 84efc8786fcce1a7e0717b38dfc1a60892832235 Mon Sep 17 00:00:00 2001 From: Bilal Amarni Date: Fri, 3 Aug 2018 15:51:09 +0200 Subject: [PATCH] Bump JWT to 1.5.3 It started to trigger a warning after the cryptography bump. cf. https://github.com/jpadilla/pyjwt/pull/285 https://jira.mesosphere.com/browse/DCOS-40139 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ac3d4e19f..a7b38ce34 100755 --- a/setup.py +++ b/setup.py @@ -63,7 +63,7 @@ 'jsonschema>=2.5, <3.0', 'pager>=3.3, <4.0', 'prettytable>=0.7, <1.0', - 'PyJWT==1.4.2', + 'PyJWT==1.5.3', 'pygments>=2.0, <3.0', 'requests>=2.6, <3.0', 'six>=1.9, <2.0',