Upgrade sqlalchemy to 1.2.13 (#18084)
This commit is contained in:
parent
957320f265
commit
a3e77bc5f3
4 changed files with 4 additions and 4 deletions
|
@ -34,7 +34,7 @@ from . import migration, purge
|
|||
from .const import DATA_INSTANCE
|
||||
from .util import session_scope
|
||||
|
||||
REQUIREMENTS = ['sqlalchemy==1.2.11']
|
||||
REQUIREMENTS = ['sqlalchemy==1.2.13']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@ from homeassistant.helpers.entity import Entity
|
|||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
REQUIREMENTS = ['sqlalchemy==1.2.11']
|
||||
REQUIREMENTS = ['sqlalchemy==1.2.13']
|
||||
|
||||
CONF_COLUMN_NAME = 'column'
|
||||
CONF_QUERIES = 'queries'
|
||||
|
|
|
@ -1416,7 +1416,7 @@ spotipy-homeassistant==2.4.4.dev1
|
|||
# homeassistant.components.recorder
|
||||
# homeassistant.scripts.db_migrator
|
||||
# homeassistant.components.sensor.sql
|
||||
sqlalchemy==1.2.11
|
||||
sqlalchemy==1.2.13
|
||||
|
||||
# homeassistant.components.sensor.starlingbank
|
||||
starlingbank==1.2
|
||||
|
|
|
@ -232,7 +232,7 @@ somecomfort==0.5.2
|
|||
# homeassistant.components.recorder
|
||||
# homeassistant.scripts.db_migrator
|
||||
# homeassistant.components.sensor.sql
|
||||
sqlalchemy==1.2.11
|
||||
sqlalchemy==1.2.13
|
||||
|
||||
# homeassistant.components.statsd
|
||||
statsd==3.2.1
|
||||
|
|
Loading…
Add table
Reference in a new issue