forked from home-assistant/core
Upgrade sqlalchemy to 1.1.12 (#8669)
This commit is contained in:
committed by
Pascal Vizeli
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
|
||||
|
Reference in New Issue
Block a user