From 6e539051db4697ba93246ad9884a0fbf3072f372 Mon Sep 17 00:00:00 2001 From: Sebastian Rutofski Date: Mon, 14 Sep 2020 10:02:54 +0200 Subject: [PATCH] Update manifest.json --- custom_components/grocy/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/grocy/manifest.json b/custom_components/grocy/manifest.json index 3577ba4..3be9c18 100644 --- a/custom_components/grocy/manifest.json +++ b/custom_components/grocy/manifest.json @@ -12,8 +12,8 @@ ], "requirements": [ "sampleclient", - "pygrocy==0.22.0", + "pygrocy==0.23.0", "iso8601==0.1.12", "integrationhelper" ] -} \ No newline at end of file +}