Skip to content

Commit

Permalink
Bump ical to 6.1.0 (#103759)
Browse files Browse the repository at this point in the history
  • Loading branch information
allenporter authored and frenck committed Nov 22, 2023
1 parent f5783cd commit 9c4fd88
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/local_calendar/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"documentation": "https://www.home-assistant.io/integrations/local_calendar",
"iot_class": "local_polling",
"loggers": ["ical"],
"requirements": ["ical==6.0.0"]
"requirements": ["ical==6.1.0"]
}
2 changes: 1 addition & 1 deletion homeassistant/components/local_todo/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/local_todo",
"iot_class": "local_polling",
"requirements": ["ical==6.0.0"]
"requirements": ["ical==6.1.0"]
}
2 changes: 1 addition & 1 deletion homeassistant/components/xmpp/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"documentation": "https://www.home-assistant.io/integrations/xmpp",
"iot_class": "cloud_push",
"loggers": ["pyasn1", "slixmpp"],
"requirements": ["slixmpp==1.8.4"]
"requirements": ["slixmpp==1.8.4", "emoji==2.8.0"]
}
5 changes: 4 additions & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -742,6 +742,9 @@ elkm1-lib==2.2.6
# homeassistant.components.elmax
elmax-api==0.0.4

# homeassistant.components.xmpp
emoji==2.8.0

# homeassistant.components.emulated_roku
emulated-roku==0.2.1

Expand Down Expand Up @@ -1047,7 +1050,7 @@ ibmiotf==0.3.4

# homeassistant.components.local_calendar
# homeassistant.components.local_todo
ical==6.0.0
ical==6.1.0

# homeassistant.components.ping
icmplib==3.0
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -827,7 +827,7 @@ ibeacon-ble==1.0.1

# homeassistant.components.local_calendar
# homeassistant.components.local_todo
ical==6.0.0
ical==6.1.0

# homeassistant.components.ping
icmplib==3.0
Expand Down

0 comments on commit 9c4fd88

Please sign in to comment.