From 54d6acf87ac6fe9199936a58856f54571006bfe0 Mon Sep 17 00:00:00 2001 From: Tsvi Mostovicz Date: Tue, 6 Aug 2019 19:03:52 +0300 Subject: [PATCH] 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 --- 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 5c3eee48ead2a0..fdc1d2943e6fe9 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 418ebbdd743e07..21bc1127c5a977 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 c4982650a3e123..a0621a28221f8f 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