Upgrade sqlalchemy to 1.2.8 (#14765)
parent
f2dacb2570
commit
a8413249c2
|
@ -35,7 +35,7 @@ from . import migration, purge
|
|||
from .const import DATA_INSTANCE
|
||||
from .util import session_scope
|
||||
|
||||
REQUIREMENTS = ['sqlalchemy==1.2.7']
|
||||
REQUIREMENTS = ['sqlalchemy==1.2.8']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@ from homeassistant.helpers.entity import Entity
|
|||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
REQUIREMENTS = ['sqlalchemy==1.2.7']
|
||||
REQUIREMENTS = ['sqlalchemy==1.2.8']
|
||||
|
||||
CONF_COLUMN_NAME = 'column'
|
||||
CONF_QUERIES = 'queries'
|
||||
|
|
|
@ -1251,7 +1251,7 @@ spotcrime==1.0.3
|
|||
# homeassistant.components.recorder
|
||||
# homeassistant.scripts.db_migrator
|
||||
# homeassistant.components.sensor.sql
|
||||
sqlalchemy==1.2.7
|
||||
sqlalchemy==1.2.8
|
||||
|
||||
# homeassistant.components.statsd
|
||||
statsd==3.2.1
|
||||
|
|
|
@ -188,7 +188,7 @@ somecomfort==0.5.2
|
|||
# homeassistant.components.recorder
|
||||
# homeassistant.scripts.db_migrator
|
||||
# homeassistant.components.sensor.sql
|
||||
sqlalchemy==1.2.7
|
||||
sqlalchemy==1.2.8
|
||||
|
||||
# homeassistant.components.statsd
|
||||
statsd==3.2.1
|
||||
|
|
Loading…
Reference in New Issue