mirror of
https://github.com/home-assistant/core.git
synced 2025-08-02 10:08:23 +00:00
Bump hdate==0.9.0 (use pytz instead of dateutil) (#25726)
Use new hdate version of library which uses pytz for timezones. dateutil expects /usr/share/timezone files, as these are not available in the docker image and in HASSIO, the timezone offsets are broken. This should fix - #23032 - #18731
This commit is contained in:
parent
d702b17a4f
commit
3a78250cad
@ -3,7 +3,7 @@
|
||||
"name": "Jewish calendar",
|
||||
"documentation": "https://www.home-assistant.io/components/jewish_calendar",
|
||||
"requirements": [
|
||||
"hdate==0.8.8"
|
||||
"hdate==0.9.0"
|
||||
],
|
||||
"dependencies": [],
|
||||
"codeowners": [
|
||||
|
@ -599,7 +599,7 @@ hass-nabucasa==0.16
|
||||
hbmqtt==0.9.4
|
||||
|
||||
# homeassistant.components.jewish_calendar
|
||||
hdate==0.8.8
|
||||
hdate==0.9.0
|
||||
|
||||
# homeassistant.components.heatmiser
|
||||
heatmiserV3==0.9.1
|
||||
|
@ -163,7 +163,7 @@ hass-nabucasa==0.16
|
||||
hbmqtt==0.9.4
|
||||
|
||||
# homeassistant.components.jewish_calendar
|
||||
hdate==0.8.8
|
||||
hdate==0.9.0
|
||||
|
||||
# homeassistant.components.workday
|
||||
holidays==0.9.11
|
||||
|
Loading…
x
Reference in New Issue
Block a user