From 5c25edb63fe08fe4f0832723bbcf1c8ba90a5997 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isabella=20Gross=20Alstr=C3=B6m?= Date: Fri, 14 Aug 2020 19:53:45 +0200 Subject: [PATCH] upgrade pygrocy to v0.18.0 --- 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 37515f7..c35ff12 100644 --- a/custom_components/grocy/manifest.json +++ b/custom_components/grocy/manifest.json @@ -9,7 +9,7 @@ "@isabellaalstrom" ], "requirements": [ - "pygrocy==0.17.0", + "pygrocy==0.18.0", "iso8601==0.1.12", "integrationhelper" ]