mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Upgrade sqlalchemy to 1.1.14 (#9458)
This commit is contained in:
parent
c54b2c43d4
commit
f2c605ba1b
@ -33,7 +33,7 @@ from . import purge, migration
|
||||
from .const import DATA_INSTANCE
|
||||
from .util import session_scope
|
||||
|
||||
REQUIREMENTS = ['sqlalchemy==1.1.13']
|
||||
REQUIREMENTS = ['sqlalchemy==1.1.14']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
@ -928,7 +928,7 @@ speedtest-cli==1.0.6
|
||||
|
||||
# homeassistant.components.recorder
|
||||
# homeassistant.scripts.db_migrator
|
||||
sqlalchemy==1.1.13
|
||||
sqlalchemy==1.1.14
|
||||
|
||||
# homeassistant.components.statsd
|
||||
statsd==3.2.1
|
||||
|
@ -133,7 +133,7 @@ somecomfort==0.4.1
|
||||
|
||||
# homeassistant.components.recorder
|
||||
# homeassistant.scripts.db_migrator
|
||||
sqlalchemy==1.1.13
|
||||
sqlalchemy==1.1.14
|
||||
|
||||
# homeassistant.components.statsd
|
||||
statsd==3.2.1
|
||||
|
Loading…
x
Reference in New Issue
Block a user