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:
Tsvi Mostovicz 2019-08-06 19:03:52 +03:00 committed by Andrew Sayre
parent a76bb5e82c
commit 54d6acf87a
3 changed files with 3 additions and 3 deletions

View File

@ -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": [

View File

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

View File

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