mirror of
https://github.com/home-assistant/core.git
synced 2025-07-13 16:27:08 +00:00
Upgrade sqlalchemy to 1.1.2 (#4003)
This commit is contained in:
parent
72751b95b5
commit
4ecfc7d066
@ -27,7 +27,7 @@ import homeassistant.util.dt as dt_util
|
|||||||
|
|
||||||
DOMAIN = 'recorder'
|
DOMAIN = 'recorder'
|
||||||
|
|
||||||
REQUIREMENTS = ['sqlalchemy==1.1.1']
|
REQUIREMENTS = ['sqlalchemy==1.1.2']
|
||||||
|
|
||||||
DEFAULT_URL = 'sqlite:///{hass_config_path}'
|
DEFAULT_URL = 'sqlite:///{hass_config_path}'
|
||||||
DEFAULT_DB_FILE = 'home-assistant_v2.db'
|
DEFAULT_DB_FILE = 'home-assistant_v2.db'
|
||||||
|
@ -478,7 +478,7 @@ speedtest-cli==0.3.4
|
|||||||
|
|
||||||
# homeassistant.components.recorder
|
# homeassistant.components.recorder
|
||||||
# homeassistant.scripts.db_migrator
|
# homeassistant.scripts.db_migrator
|
||||||
sqlalchemy==1.1.1
|
sqlalchemy==1.1.2
|
||||||
|
|
||||||
# homeassistant.components.statsd
|
# homeassistant.components.statsd
|
||||||
statsd==3.2.1
|
statsd==3.2.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user