mirror of
https://github.com/home-assistant/core.git
synced 2025-04-27 02:37:50 +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
a76bb5e82c
commit
54d6acf87a
@ -3,7 +3,7 @@
|
|||||||
"name": "Jewish calendar",
|
"name": "Jewish calendar",
|
||||||
"documentation": "https://www.home-assistant.io/components/jewish_calendar",
|
"documentation": "https://www.home-assistant.io/components/jewish_calendar",
|
||||||
"requirements": [
|
"requirements": [
|
||||||
"hdate==0.8.8"
|
"hdate==0.9.0"
|
||||||
],
|
],
|
||||||
"dependencies": [],
|
"dependencies": [],
|
||||||
"codeowners": [
|
"codeowners": [
|
||||||
|
@ -603,7 +603,7 @@ hass-nabucasa==0.16
|
|||||||
hbmqtt==0.9.4
|
hbmqtt==0.9.4
|
||||||
|
|
||||||
# homeassistant.components.jewish_calendar
|
# homeassistant.components.jewish_calendar
|
||||||
hdate==0.8.8
|
hdate==0.9.0
|
||||||
|
|
||||||
# homeassistant.components.heatmiser
|
# homeassistant.components.heatmiser
|
||||||
heatmiserV3==0.9.1
|
heatmiserV3==0.9.1
|
||||||
|
@ -168,7 +168,7 @@ hass-nabucasa==0.16
|
|||||||
hbmqtt==0.9.4
|
hbmqtt==0.9.4
|
||||||
|
|
||||||
# homeassistant.components.jewish_calendar
|
# homeassistant.components.jewish_calendar
|
||||||
hdate==0.8.8
|
hdate==0.9.0
|
||||||
|
|
||||||
# homeassistant.components.workday
|
# homeassistant.components.workday
|
||||||
holidays==0.9.11
|
holidays==0.9.11
|
||||||
|
Loading…
x
Reference in New Issue
Block a user