Upgrade astral to 1.3.4 (#5744)
parent
0ea81c1269
commit
4cb20ce6d9
|
@ -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__)
|
||||||
|
|
||||||
|
|
|
@ -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__)
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue