Skip to content

Commit de3a7db

Browse files
committed
Update caldav to 2.1.0
This requires adding vobject to the caldav component's requirements because the caldav package no longer depends on it: python-caldav/caldav#527
1 parent 7517569 commit de3a7db

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

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.

0 commit comments

Comments
 (0)