Bump caldav to 1.3.8 (#105508)
* Bump caldav to 1.3.8 1.3.8 fixes a bug where duplicate STATUS properties would be emitted for a single VTODO depending on the case of the arguments used. That bug meant that even though that is the intended API usage, passing lowercase for the status argument name would be rejected by caldav servers checking conformance with the spec which forbids duplicate STATUS. This in turn prevented HomeAssistant to add new items to a caldav todo list. Bump the requirements to 1.3.8 to repair that feature * Update global requirements
This commit is contained in:
parent
4849884467
commit
9d0fed8539
3 changed files with 3 additions and 3 deletions
|
@ -6,5 +6,5 @@
|
|||
"documentation": "https://www.home-assistant.io/integrations/caldav",
|
||||
"iot_class": "cloud_polling",
|
||||
"loggers": ["caldav", "vobject"],
|
||||
"requirements": ["caldav==1.3.6"]
|
||||
"requirements": ["caldav==1.3.8"]
|
||||
}
|
||||
|
|
|
@ -604,7 +604,7 @@ btsmarthub-devicelist==0.2.3
|
|||
buienradar==1.0.5
|
||||
|
||||
# homeassistant.components.caldav
|
||||
caldav==1.3.6
|
||||
caldav==1.3.8
|
||||
|
||||
# homeassistant.components.circuit
|
||||
circuit-webhook==1.0.1
|
||||
|
|
|
@ -503,7 +503,7 @@ bthome-ble==3.2.0
|
|||
buienradar==1.0.5
|
||||
|
||||
# homeassistant.components.caldav
|
||||
caldav==1.3.6
|
||||
caldav==1.3.8
|
||||
|
||||
# homeassistant.components.coinbase
|
||||
coinbase==2.1.0
|
||||
|
|
Loading…
Add table
Reference in a new issue