Skip to content

Commit 052d56f

Browse files
authored
Bump ical to 12.1.1 (home-assistant#158770)
1 parent 0a676b5 commit 052d56f

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

homeassistant/components/google/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
"integration_type": "service",
99
"iot_class": "cloud_polling",
1010
"loggers": ["googleapiclient"],
11-
"requirements": ["gcal-sync==8.0.0", "oauth2client==4.1.3", "ical==11.1.0"]
11+
"requirements": ["gcal-sync==8.0.0", "oauth2client==4.1.3", "ical==12.1.1"]
1212
}

homeassistant/components/local_calendar/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
"documentation": "https://www.home-assistant.io/integrations/local_calendar",
88
"iot_class": "local_polling",
99
"loggers": ["ical"],
10-
"requirements": ["ical==11.1.0"]
10+
"requirements": ["ical==12.1.1"]
1111
}

homeassistant/components/local_todo/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
"config_flow": true,
66
"documentation": "https://www.home-assistant.io/integrations/local_todo",
77
"iot_class": "local_polling",
8-
"requirements": ["ical==11.1.0"]
8+
"requirements": ["ical==12.1.1"]
99
}

homeassistant/components/remote_calendar/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
"iot_class": "cloud_polling",
99
"loggers": ["ical"],
1010
"quality_scale": "silver",
11-
"requirements": ["ical==11.1.0"]
11+
"requirements": ["ical==12.1.1"]
1212
}

requirements_all.txt

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

requirements_test_all.txt

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)