mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 01:37:08 +00:00
Upgrade sqlalchemy to 1.2.0 (#11333)
This commit is contained in:
parent
d7e52d8014
commit
5a4bca9780
@ -36,7 +36,7 @@ from . import purge, migration
|
||||
from .const import DATA_INSTANCE
|
||||
from .util import session_scope
|
||||
|
||||
REQUIREMENTS = ['sqlalchemy==1.1.15']
|
||||
REQUIREMENTS = ['sqlalchemy==1.2.0']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
@ -1072,7 +1072,7 @@ speedtest-cli==1.0.7
|
||||
|
||||
# homeassistant.components.recorder
|
||||
# homeassistant.scripts.db_migrator
|
||||
sqlalchemy==1.1.15
|
||||
sqlalchemy==1.2.0
|
||||
|
||||
# homeassistant.components.statsd
|
||||
statsd==3.2.1
|
||||
|
@ -166,7 +166,7 @@ somecomfort==0.5.0
|
||||
|
||||
# homeassistant.components.recorder
|
||||
# homeassistant.scripts.db_migrator
|
||||
sqlalchemy==1.1.15
|
||||
sqlalchemy==1.2.0
|
||||
|
||||
# homeassistant.components.statsd
|
||||
statsd==3.2.1
|
||||
|
Loading…
x
Reference in New Issue
Block a user