diff --git a/homeassistant/components/sun.py b/homeassistant/components/sun.py index 8a98bc0c6df..92349be6376 100644 --- a/homeassistant/components/sun.py +++ b/homeassistant/components/sun.py @@ -17,8 +17,7 @@ from homeassistant.util import dt as dt_util import homeassistant.helpers.config_validation as cv import homeassistant.util as util - -REQUIREMENTS = ['astral==1.3.2'] +REQUIREMENTS = ['astral==1.3.3'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index 3c800e03737..7621411130f 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -43,7 +43,7 @@ apcaccess==0.0.4 apns2==0.1.1 # homeassistant.components.sun -astral==1.3.2 +astral==1.3.3 # homeassistant.components.sensor.linux_battery batinfo==0.4.2