Skip to content

Commit 21fce10

Browse files
authored
Update caldav to 2.1.0 (home-assistant#156166)
1 parent ea04c6d commit 21fce10

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

homeassistant/components/caldav/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
"documentation": "https://www.home-assistant.io/integrations/caldav",
77
"iot_class": "cloud_polling",
88
"loggers": ["caldav", "vobject"],
9-
"requirements": ["caldav==1.6.0", "icalendar==6.3.1"]
9+
"requirements": ["caldav==2.1.0", "icalendar==6.3.1", "vobject==0.9.9"]
1010
}

requirements_all.txt

Lines changed: 4 additions & 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: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

script/licenses.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,6 @@ def from_dict(cls, data: PackageMetadata) -> PackageDefinition:
211211
"aiocache": AwesomeVersion(
212212
"0.12.3"
213213
), # https://github.com/aio-libs/aiocache/blob/master/LICENSE all rights reserved?
214-
"caldav": AwesomeVersion("1.6.0"), # None -- GPL -- ['GNU General Public License (GPL)', 'Apache Software License'] # https://github.com/python-caldav/caldav
215214
}
216215
# fmt: on
217216

0 commit comments

Comments
 (0)