Skip to content

Commit

Permalink
Bump caldav to 1.3.8 (#105508)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
FrnchFrgg authored Dec 12, 2023
1 parent d4cf049 commit bf9c2a0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/caldav/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
}
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,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
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,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
Expand Down

0 comments on commit bf9c2a0

Please sign in to comment.