Upgrade sqlalchemy to 1.1.4 (#4486)

This commit is contained in:
Fabian Affolter 2016-11-21 17:29:06 +01:00 committed by GitHub
parent 7207c2cca1
commit 608b482906
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ import homeassistant.util.dt as dt_util
DOMAIN = 'recorder'
REQUIREMENTS = ['sqlalchemy==1.1.3']
REQUIREMENTS = ['sqlalchemy==1.1.4']
DEFAULT_URL = 'sqlite:///{hass_config_path}'
DEFAULT_DB_FILE = 'home-assistant_v2.db'

View File

@ -505,7 +505,7 @@ speedtest-cli==0.3.4
# homeassistant.components.recorder
# homeassistant.scripts.db_migrator
sqlalchemy==1.1.3
sqlalchemy==1.1.4
# homeassistant.components.statsd
statsd==3.2.1