From e877158030d9517bc8a29f116ff0378c0fb97dfb Mon Sep 17 00:00:00 2001 From: Olen Date: Fri, 3 Mar 2023 09:49:21 +0100 Subject: [PATCH] Update icalendar version (#115) --- custom_components/ical/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/ical/manifest.json b/custom_components/ical/manifest.json index c3cfe88..fdc3511 100644 --- a/custom_components/ical/manifest.json +++ b/custom_components/ical/manifest.json @@ -6,7 +6,7 @@ "issue_tracker": "https://github.com/tybritten/ical-sensor-homeassistant/issues", "documentation": "https://www.home-assistant.io/integrations/ical", "requirements": [ - "icalendar==4.0.7" + "icalendar==5.0.4" ], "ssdp": [], "zeroconf": [],