From d85096fb3f611009e4b9c8f47c51514451beb3a3 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 3 May 2018 20:57:12 +0200 Subject: [PATCH] Upgrade holidays to 0.9.5 --- homeassistant/components/binary_sensor/workday.py | 15 ++++++++------- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/homeassistant/components/binary_sensor/workday.py b/homeassistant/components/binary_sensor/workday.py index 8935ad5115de6..b37be3f6cb693 100644 --- a/homeassistant/components/binary_sensor/workday.py +++ b/homeassistant/components/binary_sensor/workday.py @@ -17,16 +17,17 @@ _LOGGER = logging.getLogger(__name__) -REQUIREMENTS = ['holidays==0.9.4'] +REQUIREMENTS = ['holidays==0.9.5'] # List of all countries currently supported by holidays # There seems to be no way to get the list out at runtime -ALL_COUNTRIES = ['Australia', 'AU', 'Austria', 'AT', 'Belgium', 'BE', 'Canada', - 'CA', 'Colombia', 'CO', 'Czech', 'CZ', 'Denmark', 'DK', - 'England', 'EuropeanCentralBank', 'ECB', 'TAR', 'Finland', - 'FI', 'France', 'FRA', 'Germany', 'DE', 'Ireland', - 'Isle of Man', 'Italy', 'IT', 'Japan', 'JP', 'Mexico', 'MX', - 'Netherlands', 'NL', 'NewZealand', 'NZ', 'Northern Ireland', +ALL_COUNTRIES = ['Argentina', 'AR', 'Australia', 'AU', 'Austria', 'AT', + 'Belgium', 'BE', 'Canada', 'CA', 'Colombia', 'CO', 'Czech', + 'CZ', 'Denmark', 'DK', 'England', 'EuropeanCentralBank', + 'ECB', 'TAR', 'Finland', 'FI', 'France', 'FRA', 'Germany', + 'DE', 'Hungary', 'HU', 'Ireland', 'Isle of Man', 'Italy', + 'IT', 'Japan', 'JP', 'Mexico', 'MX', 'Netherlands', 'NL', + 'NewZealand', 'NZ', 'Northern Ireland', 'Norway', 'NO', 'Polish', 'PL', 'Portugal', 'PT', 'PortugalExt', 'PTE', 'Scotland', 'Slovenia', 'SI', 'Slovakia', 'SK', 'South Africa', 'ZA', 'Spain', 'ES', diff --git a/requirements_all.txt b/requirements_all.txt index 002c5eb93e297..13894a276ebe6 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -383,7 +383,7 @@ hikvision==0.4 hipnotify==1.0.8 # homeassistant.components.binary_sensor.workday -holidays==0.9.4 +holidays==0.9.5 # homeassistant.components.frontend home-assistant-frontend==20180426.0 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 0605b3d2e247a..24017077b7599 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -78,7 +78,7 @@ haversine==0.4.5 hbmqtt==0.9.1 # homeassistant.components.binary_sensor.workday -holidays==0.9.4 +holidays==0.9.5 # homeassistant.components.frontend home-assistant-frontend==20180426.0