Upgrade sqlalchemy to 1.2.2 (#11956)

This commit is contained in:
Fabian Affolter 2018-01-27 20:58:52 +01:00 committed by Paulus Schoutsen
parent 55ee8959ba
commit d8fde94763
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -1114,7 +1114,7 @@ speedtest-cli==1.0.7
# homeassistant.components.recorder
# homeassistant.scripts.db_migrator
sqlalchemy==1.2.1
sqlalchemy==1.2.2
# homeassistant.components.statsd
statsd==3.2.1

View File

@ -169,7 +169,7 @@ somecomfort==0.5.0
# homeassistant.components.recorder
# homeassistant.scripts.db_migrator
sqlalchemy==1.2.1
sqlalchemy==1.2.2
# homeassistant.components.statsd
statsd==3.2.1