Bump ical to 6.1.1 (#105462)
This commit is contained in:
parent
77c722630e
commit
72c6eb8885
4 changed files with 4 additions and 4 deletions
|
@ -6,5 +6,5 @@
|
|||
"documentation": "https://www.home-assistant.io/integrations/local_calendar",
|
||||
"iot_class": "local_polling",
|
||||
"loggers": ["ical"],
|
||||
"requirements": ["ical==6.1.0"]
|
||||
"requirements": ["ical==6.1.1"]
|
||||
}
|
||||
|
|
|
@ -5,5 +5,5 @@
|
|||
"config_flow": true,
|
||||
"documentation": "https://www.home-assistant.io/integrations/local_todo",
|
||||
"iot_class": "local_polling",
|
||||
"requirements": ["ical==6.1.0"]
|
||||
"requirements": ["ical==6.1.1"]
|
||||
}
|
||||
|
|
|
@ -1064,7 +1064,7 @@ ibmiotf==0.3.4
|
|||
|
||||
# homeassistant.components.local_calendar
|
||||
# homeassistant.components.local_todo
|
||||
ical==6.1.0
|
||||
ical==6.1.1
|
||||
|
||||
# homeassistant.components.ping
|
||||
icmplib==3.0
|
||||
|
|
|
@ -842,7 +842,7 @@ ibeacon-ble==1.0.1
|
|||
|
||||
# homeassistant.components.local_calendar
|
||||
# homeassistant.components.local_todo
|
||||
ical==6.1.0
|
||||
ical==6.1.1
|
||||
|
||||
# homeassistant.components.ping
|
||||
icmplib==3.0
|
||||
|
|
Loading…
Add table
Reference in a new issue