From 92c52468647bc4281894ee6c482918b7deb3c4e9 Mon Sep 17 00:00:00 2001 From: Tsvi Mostovicz Date: Tue, 6 Aug 2019 15:13:29 +0300 Subject: [PATCH] Bump hdate==0.9.0 (use pytz instead of dateutil) 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 --- homeassistant/components/jewish_calendar/manifest.json | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/jewish_calendar/manifest.json b/homeassistant/components/jewish_calendar/manifest.json index 5c3eee48ead2a..fdc1d2943e6fe 100644 --- a/homeassistant/components/jewish_calendar/manifest.json +++ b/homeassistant/components/jewish_calendar/manifest.json @@ -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": [ diff --git a/requirements_all.txt b/requirements_all.txt index 7ce12cf63f8b4..7fb043d5b2b98 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -603,7 +603,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 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 6cd7c3e398c0b..7512d998d471e 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -168,7 +168,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