mirror of
https://github.com/home-assistant/core.git
synced 2025-06-13 09:37:21 +00:00
Upgrade sqlalchemy to 1.1.11 (#8124)
This commit is contained in:
parent
6d5fca2db1
commit
43db94d62d
@ -33,7 +33,7 @@ from . import purge, migration
|
|||||||
from .const import DATA_INSTANCE
|
from .const import DATA_INSTANCE
|
||||||
from .util import session_scope
|
from .util import session_scope
|
||||||
|
|
||||||
REQUIREMENTS = ['sqlalchemy==1.1.10']
|
REQUIREMENTS = ['sqlalchemy==1.1.11']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -832,7 +832,7 @@ speedtest-cli==1.0.6
|
|||||||
|
|
||||||
# homeassistant.components.recorder
|
# homeassistant.components.recorder
|
||||||
# homeassistant.scripts.db_migrator
|
# homeassistant.scripts.db_migrator
|
||||||
sqlalchemy==1.1.10
|
sqlalchemy==1.1.11
|
||||||
|
|
||||||
# homeassistant.components.statsd
|
# homeassistant.components.statsd
|
||||||
statsd==3.2.1
|
statsd==3.2.1
|
||||||
|
@ -127,7 +127,7 @@ somecomfort==0.4.1
|
|||||||
|
|
||||||
# homeassistant.components.recorder
|
# homeassistant.components.recorder
|
||||||
# homeassistant.scripts.db_migrator
|
# homeassistant.scripts.db_migrator
|
||||||
sqlalchemy==1.1.10
|
sqlalchemy==1.1.11
|
||||||
|
|
||||||
# homeassistant.components.statsd
|
# homeassistant.components.statsd
|
||||||
statsd==3.2.1
|
statsd==3.2.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user