From 44c4b25f2b51388ef5e9e4b7fe3905dbf7661872 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 17 Dec 2016 19:29:36 +0100 Subject: [PATCH] Upgrade astral to 1.3.3 (#4956) --- homeassistant/components/sun.py | 3 +-- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) 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