Upgrade sqlalchemy to 1.1.8 ()

pull/7789/head
Fabian Affolter 2017-04-01 12:36:46 +02:00 committed by GitHub
parent 7afe694cc7
commit 395f9b6548
2 changed files with 2 additions and 2 deletions
homeassistant/components/recorder

View File

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

View File

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