From d526af1c6f8be60ea76f3a052ce51bbb7618f3f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isabella=20Gross=20Alstr=C3=B6m?= Date: Mon, 16 Nov 2020 14:14:37 +0100 Subject: [PATCH] Update manifest.json --- custom_components/grocy/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/grocy/manifest.json b/custom_components/grocy/manifest.json index 3be9c18..639fb7f 100644 --- a/custom_components/grocy/manifest.json +++ b/custom_components/grocy/manifest.json @@ -12,7 +12,7 @@ ], "requirements": [ "sampleclient", - "pygrocy==0.23.0", + "pygrocy==0.24.1", "iso8601==0.1.12", "integrationhelper" ]