Skip to content

Commit f55c36d

Browse files
authored
Update ical to 11.1.0 (home-assistant#156487)
1 parent 26bb301 commit f55c36d

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
@@ -7,5 +7,5 @@
77
"documentation": "https://www.home-assistant.io/integrations/google",
88
"iot_class": "cloud_polling",
99
"loggers": ["googleapiclient"],
10-
"requirements": ["gcal-sync==8.0.0", "oauth2client==4.1.3", "ical==11.0.0"]
10+
"requirements": ["gcal-sync==8.0.0", "oauth2client==4.1.3", "ical==11.1.0"]
1111
}

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.0.0"]
10+
"requirements": ["ical==11.1.0"]
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.0.0"]
8+
"requirements": ["ical==11.1.0"]
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.0.0"]
11+
"requirements": ["ical==11.1.0"]
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)