diff --git a/custom_components/georide/manifest.json b/custom_components/georide/manifest.json index 3fc7bf1..f04ebf7 100644 --- a/custom_components/georide/manifest.json +++ b/custom_components/georide/manifest.json @@ -7,7 +7,7 @@ "iot_class": "cloud_polling", "requirements": [ "georideapilib>=0.8.4", - "pyjwt==2.1.0" + "pyjwt>=2.2.0" ], "dependencies": [], "codeowners": ["ptimatth"],