Upgrade holidays to 0.9.6 (#15831)

This commit is contained in:
Fabian Affolter 2018-08-07 09:12:09 +02:00 committed by GitHub
parent cb20c9b1ea
commit 51c30980df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View File

@ -17,7 +17,7 @@ import homeassistant.helpers.config_validation as cv
_LOGGER = logging.getLogger(__name__) _LOGGER = logging.getLogger(__name__)
REQUIREMENTS = ['holidays==0.9.5'] REQUIREMENTS = ['holidays==0.9.6']
# List of all countries currently supported by holidays # List of all countries currently supported by holidays
# There seems to be no way to get the list out at runtime # 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', 'Belgium', 'BE', 'Canada', 'CA', 'Colombia', 'CO', 'Czech',
'CZ', 'Denmark', 'DK', 'England', 'EuropeanCentralBank', 'CZ', 'Denmark', 'DK', 'England', 'EuropeanCentralBank',
'ECB', 'TAR', 'Finland', 'FI', 'France', 'FRA', 'Germany', 'ECB', 'TAR', 'Finland', 'FI', 'France', 'FRA', 'Germany',
'DE', 'Hungary', 'HU', 'Ireland', 'Isle of Man', 'Italy', 'DE', 'Hungary', 'HU', 'India', 'IND', 'Ireland',
'IT', 'Japan', 'JP', 'Mexico', 'MX', 'Netherlands', 'NL', 'Isle of Man', 'Italy', 'IT', 'Japan', 'JP', 'Mexico', 'MX',
'NewZealand', 'NZ', 'Northern Ireland', 'Netherlands', 'NL', 'NewZealand', 'NZ', 'Northern Ireland',
'Norway', 'NO', 'Polish', 'PL', 'Portugal', 'PT', 'Norway', 'NO', 'Polish', 'PL', 'Portugal', 'PT',
'PortugalExt', 'PTE', 'Scotland', 'Slovenia', 'SI', 'PortugalExt', 'PTE', 'Scotland', 'Slovenia', 'SI',
'Slovakia', 'SK', 'South Africa', 'ZA', 'Spain', 'ES', 'Slovakia', 'SK', 'South Africa', 'ZA', 'Spain', 'ES',

View File

@ -427,7 +427,7 @@ hipnotify==1.0.8
hole==0.3.0 hole==0.3.0
# homeassistant.components.binary_sensor.workday # homeassistant.components.binary_sensor.workday
holidays==0.9.5 holidays==0.9.6
# homeassistant.components.frontend # homeassistant.components.frontend
home-assistant-frontend==20180804.0 home-assistant-frontend==20180804.0

View File

@ -78,7 +78,7 @@ haversine==0.4.5
hbmqtt==0.9.2 hbmqtt==0.9.2
# homeassistant.components.binary_sensor.workday # homeassistant.components.binary_sensor.workday
holidays==0.9.5 holidays==0.9.6
# homeassistant.components.frontend # homeassistant.components.frontend
home-assistant-frontend==20180804.0 home-assistant-frontend==20180804.0