Skip to content

Commit

Permalink
Bump ical to 4.1.2 to fix emoji in local calendar (#83193)
Browse files Browse the repository at this point in the history
Bump ical to 4.1.2
  • Loading branch information
allenporter authored and balloob committed Dec 3, 2022
1 parent 1a2f23f commit 5c918e9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 @@ -3,7 +3,7 @@
"name": "Local Calendar",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/local_calendar",
"requirements": ["ical==4.1.1"],
"requirements": ["ical==4.1.2"],
"codeowners": ["@allenporter"],
"iot_class": "local_polling",
"loggers": ["ical"]
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -926,7 +926,7 @@ ibm-watson==5.2.2
ibmiotf==0.3.4

# homeassistant.components.local_calendar
ical==4.1.1
ical==4.1.2

# 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 @@ -691,7 +691,7 @@ iaqualink==0.5.0
ibeacon_ble==1.0.1

# homeassistant.components.local_calendar
ical==4.1.1
ical==4.1.2

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

0 comments on commit 5c918e9

Please sign in to comment.