Upgrade sqlalchemy to 1.2.15 (#19383)

This commit is contained in:
Fabian Affolter 2018-12-18 15:48:06 +01:00 committed by GitHub
parent 51e6371991
commit 686a856a17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -33,7 +33,7 @@ from . import migration, purge
from .const import DATA_INSTANCE
from .util import session_scope
REQUIREMENTS = ['sqlalchemy==1.2.14']
REQUIREMENTS = ['sqlalchemy==1.2.15']
_LOGGER = logging.getLogger(__name__)

View File

@ -20,7 +20,7 @@ from homeassistant.helpers.entity import Entity
_LOGGER = logging.getLogger(__name__)
REQUIREMENTS = ['sqlalchemy==1.2.14']
REQUIREMENTS = ['sqlalchemy==1.2.15']
CONF_COLUMN_NAME = 'column'
CONF_QUERIES = 'queries'

View File

@ -1506,7 +1506,7 @@ spotipy-homeassistant==2.4.4.dev1
# homeassistant.components.recorder
# homeassistant.components.sensor.sql
sqlalchemy==1.2.14
sqlalchemy==1.2.15
# homeassistant.components.sensor.srp_energy
srpenergy==1.0.5

View File

@ -249,7 +249,7 @@ somecomfort==0.5.2
# homeassistant.components.recorder
# homeassistant.components.sensor.sql
sqlalchemy==1.2.14
sqlalchemy==1.2.15
# homeassistant.components.sensor.srp_energy
srpenergy==1.0.5