mirror of
https://github.com/home-assistant/core.git
synced 2025-07-31 19:25:12 +02:00
Upgrade astral to 1.3.4 (#5744)
This commit is contained in:
@@ -15,7 +15,7 @@ import homeassistant.util.dt as dt_util
|
||||
from homeassistant.helpers.entity import Entity
|
||||
import homeassistant.helpers.config_validation as cv
|
||||
|
||||
REQUIREMENTS = ['astral==1.3.3']
|
||||
REQUIREMENTS = ['astral==1.3.4']
|
||||
|
||||
_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.util as util
|
||||
|
||||
REQUIREMENTS = ['astral==1.3.3']
|
||||
REQUIREMENTS = ['astral==1.3.4']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
@@ -52,7 +52,7 @@ apns2==0.1.1
|
||||
|
||||
# homeassistant.components.sun
|
||||
# homeassistant.components.sensor.moon
|
||||
astral==1.3.3
|
||||
astral==1.3.4
|
||||
|
||||
# homeassistant.components.light.avion
|
||||
# avion==0.5
|
||||
|
Reference in New Issue
Block a user