Bump ical to 7.0.0 (#110811)
This commit is contained in:
parent
80abe7bfff
commit
bf1b5252c0
6 changed files with 6 additions and 5 deletions
|
@ -7,5 +7,5 @@
|
|||
"documentation": "https://www.home-assistant.io/integrations/calendar.google",
|
||||
"iot_class": "cloud_polling",
|
||||
"loggers": ["googleapiclient"],
|
||||
"requirements": ["gcal-sync==6.0.3", "oauth2client==4.1.3", "ical==6.1.1"]
|
||||
"requirements": ["gcal-sync==6.0.3", "oauth2client==4.1.3", "ical==7.0.0"]
|
||||
}
|
||||
|
|
|
@ -6,5 +6,5 @@
|
|||
"documentation": "https://www.home-assistant.io/integrations/local_calendar",
|
||||
"iot_class": "local_polling",
|
||||
"loggers": ["ical"],
|
||||
"requirements": ["ical==6.1.1"]
|
||||
"requirements": ["ical==7.0.0"]
|
||||
}
|
||||
|
|
|
@ -5,5 +5,5 @@
|
|||
"config_flow": true,
|
||||
"documentation": "https://www.home-assistant.io/integrations/local_todo",
|
||||
"iot_class": "local_polling",
|
||||
"requirements": ["ical==6.1.1"]
|
||||
"requirements": ["ical==7.0.0"]
|
||||
}
|
||||
|
|
|
@ -1112,7 +1112,7 @@ ibmiotf==0.3.4
|
|||
# homeassistant.components.google
|
||||
# homeassistant.components.local_calendar
|
||||
# homeassistant.components.local_todo
|
||||
ical==6.1.1
|
||||
ical==7.0.0
|
||||
|
||||
# homeassistant.components.ping
|
||||
icmplib==3.0
|
||||
|
|
|
@ -899,7 +899,7 @@ ibeacon-ble==1.0.1
|
|||
# homeassistant.components.google
|
||||
# homeassistant.components.local_calendar
|
||||
# homeassistant.components.local_todo
|
||||
ical==6.1.1
|
||||
ical==7.0.0
|
||||
|
||||
# homeassistant.components.ping
|
||||
icmplib==3.0
|
||||
|
|
|
@ -630,6 +630,7 @@ async def test_websocket_update_recurring(
|
|||
"summary": "Morning Routine [Adjusted]",
|
||||
"start": {"dateTime": "2022-08-24T08:00:00-06:00"},
|
||||
"end": {"dateTime": "2022-08-24T08:30:00-06:00"},
|
||||
"recurrence_id": "20220824T083000",
|
||||
},
|
||||
{
|
||||
"summary": "Morning Routine",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue