Upgrade sqlalchemy to 1.1.2 (#4003)

This commit is contained in:
Fabian Affolter 2016-10-24 22:00:22 +02:00 committed by GitHub
parent 72751b95b5
commit 4ecfc7d066
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.1']
REQUIREMENTS = ['sqlalchemy==1.1.2']
DEFAULT_URL = 'sqlite:///{hass_config_path}'
DEFAULT_DB_FILE = 'home-assistant_v2.db'

View file

@ -478,7 +478,7 @@ speedtest-cli==0.3.4
# homeassistant.components.recorder
# homeassistant.scripts.db_migrator
sqlalchemy==1.1.1
sqlalchemy==1.1.2
# homeassistant.components.statsd
statsd==3.2.1