This update for python-PyJWT fixes the following issues
PyJWKClient passes URI arguments directly to urllib.request.urlopen() and allows for SSRF and
token forgery (bsc#1266798).jwt.decode() or jwt.decode_complete() are called
with a PyJWK key (bsc#1266799).b64=false detached JWS allows for DoS
(bsc#1266801).