From 49882255c4d1c151886652320fe473d4d19151b6 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 25 May 2016 18:10:08 +0200 Subject: [PATCH] Upgrade astral to 1.1 (#2131) --- 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 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