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:
Julien "_FrnchFrgg_" Rivaud 2023-12-12 04:42:52 +01:00 committed by Franck Nijhof
parent 4849884467
commit 9d0fed8539
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3
3 changed files with 3 additions and 3 deletions

View file

@ -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"]
}

View file

@ -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

View file

@ -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