mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 04:37:06 +00:00
Upgrade sqlalchemy to 1.2.2 (#11956)
This commit is contained in:
parent
55ee8959ba
commit
d8fde94763
@ -34,7 +34,7 @@ from . import migration, purge
|
|||||||
from .const import DATA_INSTANCE
|
from .const import DATA_INSTANCE
|
||||||
from .util import session_scope
|
from .util import session_scope
|
||||||
|
|
||||||
REQUIREMENTS = ['sqlalchemy==1.2.1']
|
REQUIREMENTS = ['sqlalchemy==1.2.2']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -1114,7 +1114,7 @@ speedtest-cli==1.0.7
|
|||||||
|
|
||||||
# homeassistant.components.recorder
|
# homeassistant.components.recorder
|
||||||
# homeassistant.scripts.db_migrator
|
# homeassistant.scripts.db_migrator
|
||||||
sqlalchemy==1.2.1
|
sqlalchemy==1.2.2
|
||||||
|
|
||||||
# homeassistant.components.statsd
|
# homeassistant.components.statsd
|
||||||
statsd==3.2.1
|
statsd==3.2.1
|
||||||
|
@ -169,7 +169,7 @@ somecomfort==0.5.0
|
|||||||
|
|
||||||
# homeassistant.components.recorder
|
# homeassistant.components.recorder
|
||||||
# homeassistant.scripts.db_migrator
|
# homeassistant.scripts.db_migrator
|
||||||
sqlalchemy==1.2.1
|
sqlalchemy==1.2.2
|
||||||
|
|
||||||
# homeassistant.components.statsd
|
# homeassistant.components.statsd
|
||||||
statsd==3.2.1
|
statsd==3.2.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user