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).PyJWKClient.get_signing_key() leads to
unbounded JWKS endpoint requests and DoS (bsc#1266800).b64=false detached JWS allows for DoS
(bsc#1266801).