Bump ical to 8.3.0 (#134617)

* Bump ical to 8.3.0

* Update snapshots
This commit is contained in:
Allen Porter 2025-01-04 00:49:56 -08:00 committed by GitHub
parent c9dbb205dd
commit 80371a865e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 7 additions and 7 deletions

View File

@ -7,5 +7,5 @@
"documentation": "https://www.home-assistant.io/integrations/google", "documentation": "https://www.home-assistant.io/integrations/google",
"iot_class": "cloud_polling", "iot_class": "cloud_polling",
"loggers": ["googleapiclient"], "loggers": ["googleapiclient"],
"requirements": ["gcal-sync==6.2.0", "oauth2client==4.1.3", "ical==8.2.0"] "requirements": ["gcal-sync==6.2.0", "oauth2client==4.1.3", "ical==8.3.0"]
} }

View File

@ -7,5 +7,5 @@
"documentation": "https://www.home-assistant.io/integrations/local_calendar", "documentation": "https://www.home-assistant.io/integrations/local_calendar",
"iot_class": "local_polling", "iot_class": "local_polling",
"loggers": ["ical"], "loggers": ["ical"],
"requirements": ["ical==8.2.0"] "requirements": ["ical==8.3.0"]
} }

View File

@ -5,5 +5,5 @@
"config_flow": true, "config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/local_todo", "documentation": "https://www.home-assistant.io/integrations/local_todo",
"iot_class": "local_polling", "iot_class": "local_polling",
"requirements": ["ical==8.2.0"] "requirements": ["ical==8.3.0"]
} }

View File

@ -1181,7 +1181,7 @@ ibmiotf==0.3.4
# homeassistant.components.google # homeassistant.components.google
# homeassistant.components.local_calendar # homeassistant.components.local_calendar
# homeassistant.components.local_todo # homeassistant.components.local_todo
ical==8.2.0 ical==8.3.0
# homeassistant.components.caldav # homeassistant.components.caldav
icalendar==6.1.0 icalendar==6.1.0

View File

@ -1001,7 +1001,7 @@ ibeacon-ble==1.2.0
# homeassistant.components.google # homeassistant.components.google
# homeassistant.components.local_calendar # homeassistant.components.local_calendar
# homeassistant.components.local_todo # homeassistant.components.local_todo
ical==8.2.0 ical==8.3.0
# homeassistant.components.caldav # homeassistant.components.caldav
icalendar==6.1.0 icalendar==6.1.0

View File

@ -6,12 +6,12 @@
PRODID:-//homeassistant.io//local_calendar 1.0//EN PRODID:-//homeassistant.io//local_calendar 1.0//EN
VERSION:*** VERSION:***
BEGIN:VEVENT BEGIN:VEVENT
DTSTAMP:20230313T190500 DTSTAMP:20230313T190500Z
UID:*** UID:***
DTSTART:19970714T110000 DTSTART:19970714T110000
DTEND:19970714T220000 DTEND:19970714T220000
SUMMARY:*** SUMMARY:***
CREATED:20230313T190500 CREATED:20230313T190500Z
RRULE:FREQ=DAILY RRULE:FREQ=DAILY
SEQUENCE:*** SEQUENCE:***
END:VEVENT END:VEVENT