mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 17:57:11 +00:00
Upgrade sqlalchemy to 1.1.8 (#6873)
This commit is contained in:
parent
7afe694cc7
commit
395f9b6548
@ -35,7 +35,7 @@ from .util import session_scope
|
|||||||
|
|
||||||
DOMAIN = 'recorder'
|
DOMAIN = 'recorder'
|
||||||
|
|
||||||
REQUIREMENTS = ['sqlalchemy==1.1.6']
|
REQUIREMENTS = ['sqlalchemy==1.1.8']
|
||||||
|
|
||||||
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'
|
||||||
|
@ -718,7 +718,7 @@ speedtest-cli==1.0.3
|
|||||||
|
|
||||||
# homeassistant.components.recorder
|
# homeassistant.components.recorder
|
||||||
# homeassistant.scripts.db_migrator
|
# homeassistant.scripts.db_migrator
|
||||||
sqlalchemy==1.1.6
|
sqlalchemy==1.1.8
|
||||||
|
|
||||||
# homeassistant.components.statsd
|
# homeassistant.components.statsd
|
||||||
statsd==3.2.1
|
statsd==3.2.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user