From b8c8bcba14e0650cd817d5d94f2b8af1c151ff3f Mon Sep 17 00:00:00 2001 From: Matthieu DUVAL Date: Wed, 6 Apr 2022 17:24:18 +0200 Subject: [PATCH] Update pyjwt to match with the latest version --- custom_components/georide/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"],