From 51c30980df50d8bb40784c31320163e00c258b7a Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 7 Aug 2018 09:12:09 +0200 Subject: [PATCH] Upgrade holidays to 0.9.6 (#15831) --- homeassistant/components/binary_sensor/workday.py | 8 ++++---- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/homeassistant/components/binary_sensor/workday.py b/homeassistant/components/binary_sensor/workday.py index 00d2a95e356..4a9809e9974 100644 --- a/homeassistant/components/binary_sensor/workday.py +++ b/homeassistant/components/binary_sensor/workday.py @@ -17,7 +17,7 @@ import homeassistant.helpers.config_validation as cv _LOGGER = logging.getLogger(__name__) -REQUIREMENTS = ['holidays==0.9.5'] +REQUIREMENTS = ['holidays==0.9.6'] # List of all countries currently supported by holidays # There seems to be no way to get the list out at runtime @@ -25,9 +25,9 @@ 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', + 'DE', 'Hungary', 'HU', 'India', 'IND', '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 2ee58f90334..d41a8ba110b 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -427,7 +427,7 @@ hipnotify==1.0.8 hole==0.3.0 # homeassistant.components.binary_sensor.workday -holidays==0.9.5 +holidays==0.9.6 # homeassistant.components.frontend home-assistant-frontend==20180804.0 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 83787946320..de85e09c3ff 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -78,7 +78,7 @@ haversine==0.4.5 hbmqtt==0.9.2 # homeassistant.components.binary_sensor.workday -holidays==0.9.5 +holidays==0.9.6 # homeassistant.components.frontend home-assistant-frontend==20180804.0