mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 17:27:10 +00:00
Upgrade sqlalchemy to 1.1.12 (#8669)
This commit is contained in:
parent
4fcaea23a8
commit
74581b57f8
@ -33,7 +33,7 @@ from . import purge, migration
|
||||
from .const import DATA_INSTANCE
|
||||
from .util import session_scope
|
||||
|
||||
REQUIREMENTS = ['sqlalchemy==1.1.11']
|
||||
REQUIREMENTS = ['sqlalchemy==1.1.12']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
@ -881,7 +881,7 @@ speedtest-cli==1.0.6
|
||||
|
||||
# homeassistant.components.recorder
|
||||
# homeassistant.scripts.db_migrator
|
||||
sqlalchemy==1.1.11
|
||||
sqlalchemy==1.1.12
|
||||
|
||||
# homeassistant.components.statsd
|
||||
statsd==3.2.1
|
||||
|
@ -130,7 +130,7 @@ somecomfort==0.4.1
|
||||
|
||||
# homeassistant.components.recorder
|
||||
# homeassistant.scripts.db_migrator
|
||||
sqlalchemy==1.1.11
|
||||
sqlalchemy==1.1.12
|
||||
|
||||
# homeassistant.components.statsd
|
||||
statsd==3.2.1
|
||||
|
Loading…
x
Reference in New Issue
Block a user