Upgrade holidays to 0.9.9

This commit is contained in:
Fabian Affolter 2019-01-07 19:00:03 +01:00
parent a57aae9891
commit 2eec2cc656
No known key found for this signature in database
GPG key ID: E23CD2DD36A4397F
3 changed files with 4 additions and 3 deletions

View file

@ -14,7 +14,7 @@ from homeassistant.const import CONF_NAME, WEEKDAYS
from homeassistant.components.binary_sensor import BinarySensorDevice from homeassistant.components.binary_sensor import BinarySensorDevice
import homeassistant.helpers.config_validation as cv import homeassistant.helpers.config_validation as cv
REQUIREMENTS = ['holidays==0.9.8'] REQUIREMENTS = ['holidays==0.9.9']
_LOGGER = logging.getLogger(__name__) _LOGGER = logging.getLogger(__name__)
@ -26,6 +26,7 @@ ALL_COUNTRIES = [
'Canada', 'CA', 'Colombia', 'CO', 'Croatia', 'HR', 'Czech', 'CZ', 'Canada', 'CA', 'Colombia', 'CO', 'Croatia', 'HR', 'Czech', 'CZ',
'Denmark', 'DK', 'England', 'EuropeanCentralBank', 'ECB', 'TAR', 'Denmark', 'DK', 'England', 'EuropeanCentralBank', 'ECB', 'TAR',
'Finland', 'FI', 'France', 'FRA', 'Germany', 'DE', 'Hungary', 'HU', 'Finland', 'FI', 'France', 'FRA', 'Germany', 'DE', 'Hungary', 'HU',
'Honduras', 'HUD',
'India', 'IND', 'Ireland', 'Isle of Man', 'Italy', 'IT', 'Japan', 'JP', 'India', 'IND', 'Ireland', 'Isle of Man', 'Italy', 'IT', 'Japan', 'JP',
'Mexico', 'MX', 'Netherlands', 'NL', 'NewZealand', 'NZ', 'Mexico', 'MX', 'Netherlands', 'NL', 'NewZealand', 'NZ',
'Northern Ireland', 'Norway', 'NO', 'Polish', 'PL', 'Portugal', 'PT', 'Northern Ireland', 'Norway', 'NO', 'Polish', 'PL', 'Portugal', 'PT',

View file

@ -508,7 +508,7 @@ hlk-sw16==0.0.6
hole==0.3.0 hole==0.3.0
# homeassistant.components.binary_sensor.workday # homeassistant.components.binary_sensor.workday
holidays==0.9.8 holidays==0.9.9
# homeassistant.components.frontend # homeassistant.components.frontend
home-assistant-frontend==20181219.0 home-assistant-frontend==20181219.0

View file

@ -101,7 +101,7 @@ hbmqtt==0.9.4
hdate==0.7.5 hdate==0.7.5
# homeassistant.components.binary_sensor.workday # homeassistant.components.binary_sensor.workday
holidays==0.9.8 holidays==0.9.9
# homeassistant.components.frontend # homeassistant.components.frontend
home-assistant-frontend==20181219.0 home-assistant-frontend==20181219.0