Skip to content

Commit

Permalink
Bump JWT to 1.5.3
Browse files Browse the repository at this point in the history
It started to trigger a warning after the cryptography bump.

cf. jpadilla/pyjwt#285

https://jira.mesosphere.com/browse/DCOS-40139
  • Loading branch information
bamarni committed Aug 3, 2018
1 parent d382bdb commit 84efc87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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',
Expand Down

0 comments on commit 84efc87

Please sign in to comment.