Upgrade sqlalchemy to 1.1.9 (#6955)

This commit is contained in:
Fabian Affolter 2017-04-06 09:27:49 +02:00 committed by Paulus Schoutsen
parent 2551bf8645
commit 37246449f1
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.8']
REQUIREMENTS = ['sqlalchemy==1.1.9']
DEFAULT_URL = 'sqlite:///{hass_config_path}'
DEFAULT_DB_FILE = 'home-assistant_v2.db'

View file

@ -721,7 +721,7 @@ speedtest-cli==1.0.3
# homeassistant.components.recorder
# homeassistant.scripts.db_migrator
sqlalchemy==1.1.8
sqlalchemy==1.1.9
# homeassistant.components.statsd
statsd==3.2.1