Upgrade sqlalchemy to 1.1.15 (#10330)
This commit is contained in:
parent
28ef564974
commit
5be6f8ff36
3 changed files with 3 additions and 3 deletions
|
@ -36,7 +36,7 @@ from . import purge, migration
|
|||
from .const import DATA_INSTANCE
|
||||
from .util import session_scope
|
||||
|
||||
REQUIREMENTS = ['sqlalchemy==1.1.14']
|
||||
REQUIREMENTS = ['sqlalchemy==1.1.15']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -1028,7 +1028,7 @@ speedtest-cli==1.0.7
|
|||
|
||||
# homeassistant.components.recorder
|
||||
# homeassistant.scripts.db_migrator
|
||||
sqlalchemy==1.1.14
|
||||
sqlalchemy==1.1.15
|
||||
|
||||
# homeassistant.components.statsd
|
||||
statsd==3.2.1
|
||||
|
|
|
@ -156,7 +156,7 @@ somecomfort==0.4.1
|
|||
|
||||
# homeassistant.components.recorder
|
||||
# homeassistant.scripts.db_migrator
|
||||
sqlalchemy==1.1.14
|
||||
sqlalchemy==1.1.15
|
||||
|
||||
# homeassistant.components.statsd
|
||||
statsd==3.2.1
|
||||
|
|
Loading…
Add table
Reference in a new issue