Upgrade sqlalchemy to 1.2.8 (#14765)

pull/14778/head
Fabian Affolter 2018-06-02 14:34:30 +02:00 committed by Paulus Schoutsen
parent f2dacb2570
commit a8413249c2
4 changed files with 4 additions and 4 deletions

View File

@ -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__)

View File

@ -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'

View File

@ -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

View File

@ -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