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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 .util import session_scope
REQUIREMENTS = ['sqlalchemy==1.1.15']
REQUIREMENTS = ['sqlalchemy==1.2.0']
_LOGGER = logging.getLogger(__name__)

View File

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

View File

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