Upgrade sqlalchemy to 1.1.3 (#4277)
parent
2e0c185740
commit
c05815cced
|
@ -27,7 +27,7 @@ import homeassistant.util.dt as dt_util
|
|||
|
||||
DOMAIN = 'recorder'
|
||||
|
||||
REQUIREMENTS = ['sqlalchemy==1.1.2']
|
||||
REQUIREMENTS = ['sqlalchemy==1.1.3']
|
||||
|
||||
DEFAULT_URL = 'sqlite:///{hass_config_path}'
|
||||
DEFAULT_DB_FILE = 'home-assistant_v2.db'
|
||||
|
|
|
@ -498,7 +498,7 @@ speedtest-cli==0.3.4
|
|||
|
||||
# homeassistant.components.recorder
|
||||
# homeassistant.scripts.db_migrator
|
||||
sqlalchemy==1.1.2
|
||||
sqlalchemy==1.1.3
|
||||
|
||||
# homeassistant.components.statsd
|
||||
statsd==3.2.1
|
||||
|
|
Loading…
Reference in New Issue