Upgrade holidays to 0.9.5 (#14274)

pull/14287/head
Fabian Affolter 2018-05-04 17:09:05 +02:00 committed by Pascal Vizeli
parent e37fd5b132
commit 7900ba30bf
3 changed files with 10 additions and 9 deletions

View File

@ -17,16 +17,17 @@ import homeassistant.helpers.config_validation as cv
_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',

View File

@ -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

View File

@ -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