Upgrade sqlalchemy to 1.2.14 (#18504)
This commit is contained in:
parent
9e0497875e
commit
320efdb744
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.13']
|
||||
REQUIREMENTS = ['sqlalchemy==1.2.14']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@ from homeassistant.helpers.entity import Entity
|
|||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
REQUIREMENTS = ['sqlalchemy==1.2.13']
|
||||
REQUIREMENTS = ['sqlalchemy==1.2.14']
|
||||
|
||||
CONF_COLUMN_NAME = 'column'
|
||||
CONF_QUERIES = 'queries'
|
||||
|
|
|
@ -1454,7 +1454,7 @@ spotipy-homeassistant==2.4.4.dev1
|
|||
|
||||
# homeassistant.components.recorder
|
||||
# homeassistant.components.sensor.sql
|
||||
sqlalchemy==1.2.13
|
||||
sqlalchemy==1.2.14
|
||||
|
||||
# homeassistant.components.sensor.srp_energy
|
||||
srpenergy==1.0.5
|
||||
|
|
|
@ -239,7 +239,7 @@ somecomfort==0.5.2
|
|||
|
||||
# homeassistant.components.recorder
|
||||
# homeassistant.components.sensor.sql
|
||||
sqlalchemy==1.2.13
|
||||
sqlalchemy==1.2.14
|
||||
|
||||
# homeassistant.components.sensor.srp_energy
|
||||
srpenergy==1.0.5
|
||||
|
|
Loading…
Add table
Reference in a new issue