mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 17:27:10 +00:00
Upgrade holidays to 0.9.4 (#13167)
This commit is contained in:
parent
8a1687accb
commit
d5612b5ccc
@ -17,7 +17,7 @@ import homeassistant.helpers.config_validation as cv
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
REQUIREMENTS = ['holidays==0.9.3']
|
||||
REQUIREMENTS = ['holidays==0.9.4']
|
||||
|
||||
# List of all countries currently supported by holidays
|
||||
# There seems to be no way to get the list out at runtime
|
||||
|
@ -350,7 +350,7 @@ hikvision==0.4
|
||||
hipnotify==1.0.8
|
||||
|
||||
# homeassistant.components.binary_sensor.workday
|
||||
holidays==0.9.3
|
||||
holidays==0.9.4
|
||||
|
||||
# homeassistant.components.frontend
|
||||
home-assistant-frontend==20180310.0
|
||||
|
@ -75,7 +75,7 @@ haversine==0.4.5
|
||||
hbmqtt==0.9.1
|
||||
|
||||
# homeassistant.components.binary_sensor.workday
|
||||
holidays==0.9.3
|
||||
holidays==0.9.4
|
||||
|
||||
# homeassistant.components.frontend
|
||||
home-assistant-frontend==20180310.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user