Skip to content

Commit

Permalink
Upgrade astral to 1.1 (home-assistant#2131)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored and balloob committed May 25, 2016
1 parent 3db31cb commit 4988225
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/sun.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
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"

Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4988225

Please sign in to comment.