Upgrade astral to 1.3.4 (#5744)

pull/5780/head
Fabian Affolter 2017-02-04 20:51:22 +01:00 committed by GitHub
parent 0ea81c1269
commit 4cb20ce6d9
3 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ import homeassistant.util.dt as dt_util
from homeassistant.helpers.entity import Entity from homeassistant.helpers.entity import Entity
import homeassistant.helpers.config_validation as cv import homeassistant.helpers.config_validation as cv
REQUIREMENTS = ['astral==1.3.3'] REQUIREMENTS = ['astral==1.3.4']
_LOGGER = logging.getLogger(__name__) _LOGGER = logging.getLogger(__name__)

View File

@ -17,7 +17,7 @@ from homeassistant.util import dt as dt_util
import homeassistant.helpers.config_validation as cv import homeassistant.helpers.config_validation as cv
import homeassistant.util as util import homeassistant.util as util
REQUIREMENTS = ['astral==1.3.3'] REQUIREMENTS = ['astral==1.3.4']
_LOGGER = logging.getLogger(__name__) _LOGGER = logging.getLogger(__name__)

View File

@ -52,7 +52,7 @@ apns2==0.1.1
# homeassistant.components.sun # homeassistant.components.sun
# homeassistant.components.sensor.moon # homeassistant.components.sensor.moon
astral==1.3.3 astral==1.3.4
# homeassistant.components.light.avion # homeassistant.components.light.avion
# avion==0.5 # avion==0.5