mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Upgrade sqlalchemy to 1.1.5 (#5484)
This commit is contained in:
parent
f13774269d
commit
13d801e1c6
@ -28,7 +28,7 @@ import homeassistant.util.dt as dt_util
|
||||
|
||||
DOMAIN = 'recorder'
|
||||
|
||||
REQUIREMENTS = ['sqlalchemy==1.1.4']
|
||||
REQUIREMENTS = ['sqlalchemy==1.1.5']
|
||||
|
||||
DEFAULT_URL = 'sqlite:///{hass_config_path}'
|
||||
DEFAULT_DB_FILE = 'home-assistant_v2.db'
|
||||
|
@ -595,7 +595,7 @@ speedtest-cli==1.0.2
|
||||
|
||||
# homeassistant.components.recorder
|
||||
# homeassistant.scripts.db_migrator
|
||||
sqlalchemy==1.1.4
|
||||
sqlalchemy==1.1.5
|
||||
|
||||
# homeassistant.components.statsd
|
||||
statsd==3.2.1
|
||||
|
Loading…
x
Reference in New Issue
Block a user