From ed1d0b419781f2b14d378b358aead8216085a940 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 21 Nov 2016 17:27:48 +0100 Subject: [PATCH] Upgrade astral to 1.3.2 (#4505) --- homeassistant/components/sun.py | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/sun.py b/homeassistant/components/sun.py index 09cd4307443..8a98bc0c6df 100644 --- a/homeassistant/components/sun.py +++ b/homeassistant/components/sun.py @@ -18,7 +18,7 @@ import homeassistant.helpers.config_validation as cv import homeassistant.util as util -REQUIREMENTS = ['astral==1.3'] +REQUIREMENTS = ['astral==1.3.2'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index 1d4bdbfb06a..2d3df1d4c6c 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -40,7 +40,7 @@ apcaccess==0.0.4 apns2==0.1.1 # homeassistant.components.sun -astral==1.3 +astral==1.3.2 # homeassistant.components.sensor.linux_battery batinfo==0.4.2