Upgrade sqlalchemy to 1.1.6 (#6591)

This commit is contained in:
Fabian Affolter 2017-03-13 21:02:28 +01:00 committed by Pascal Vizeli
parent 9330142987
commit 9c37437a59
2 changed files with 2 additions and 2 deletions

View file

@ -35,7 +35,7 @@ from .util import session_scope
DOMAIN = 'recorder'
REQUIREMENTS = ['sqlalchemy==1.1.5']
REQUIREMENTS = ['sqlalchemy==1.1.6']
DEFAULT_URL = 'sqlite:///{hass_config_path}'
DEFAULT_DB_FILE = 'home-assistant_v2.db'

View file

@ -695,7 +695,7 @@ speedtest-cli==1.0.2
# homeassistant.components.recorder
# homeassistant.scripts.db_migrator
sqlalchemy==1.1.5
sqlalchemy==1.1.6
# homeassistant.components.statsd
statsd==3.2.1