Upgrade sqlalchemy to 1.0.15 (#3333)
This commit is contained in:
parent
0c7c85dbfe
commit
e7f9fdca67
2 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@ import homeassistant.util.dt as dt_util
|
|||
|
||||
DOMAIN = "recorder"
|
||||
|
||||
REQUIREMENTS = ['sqlalchemy==1.0.14']
|
||||
REQUIREMENTS = ['sqlalchemy==1.0.15']
|
||||
|
||||
DEFAULT_URL = "sqlite:///{hass_config_path}"
|
||||
DEFAULT_DB_FILE = "home-assistant_v2.db"
|
||||
|
|
|
@ -451,7 +451,7 @@ speedtest-cli==0.3.4
|
|||
|
||||
# homeassistant.components.recorder
|
||||
# homeassistant.scripts.db_migrator
|
||||
sqlalchemy==1.0.14
|
||||
sqlalchemy==1.0.15
|
||||
|
||||
# homeassistant.components.http
|
||||
static3==0.7.0
|
||||
|
|
Loading…
Add table
Reference in a new issue