diff --git a/homeassistant/components/sun.py b/homeassistant/components/sun.py index 9e678ae0ebe..5982af6131f 100644 --- a/homeassistant/components/sun.py +++ b/homeassistant/components/sun.py @@ -15,7 +15,7 @@ from homeassistant.util import dt as dt_util from homeassistant.util import location as location_util from homeassistant.const import CONF_ELEVATION -REQUIREMENTS = ['astral==1.0'] +REQUIREMENTS = ['astral==1.1'] DOMAIN = "sun" ENTITY_ID = "sun.sun" diff --git a/requirements_all.txt b/requirements_all.txt index 2f46d51fe3d..614e4d85d3b 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -30,7 +30,7 @@ Werkzeug==0.11.5 apcaccess==0.0.4 # homeassistant.components.sun -astral==1.0 +astral==1.1 # homeassistant.components.light.blinksticklight blinkstick==1.1.7