Upgrade sqlalchemy to 1.1.2 (#4003)
This commit is contained in:
parent
72751b95b5
commit
4ecfc7d066
2 changed files with 2 additions and 2 deletions
|
@ -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'
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue