Upgrade sqlalchemy to 1.2.0 (#11333)

This commit is contained in:
Fabian Affolter
2017-12-29 10:07:04 +01:00
committed by GitHub
parent d7e52d8014
commit 5a4bca9780
3 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -1072,7 +1072,7 @@ speedtest-cli==1.0.7
# homeassistant.components.recorder # homeassistant.components.recorder
# homeassistant.scripts.db_migrator # homeassistant.scripts.db_migrator
sqlalchemy==1.1.15 sqlalchemy==1.2.0
# homeassistant.components.statsd # homeassistant.components.statsd
statsd==3.2.1 statsd==3.2.1

View File

@@ -166,7 +166,7 @@ somecomfort==0.5.0
# homeassistant.components.recorder # homeassistant.components.recorder
# homeassistant.scripts.db_migrator # homeassistant.scripts.db_migrator
sqlalchemy==1.1.15 sqlalchemy==1.2.0
# homeassistant.components.statsd # homeassistant.components.statsd
statsd==3.2.1 statsd==3.2.1