Upgrade sqlalchemy to 1.1.10 (#7807)
parent
8fcc750998
commit
ba44b7edb3
|
@ -33,7 +33,7 @@ from . import purge, migration
|
|||
from .const import DATA_INSTANCE
|
||||
from .util import session_scope
|
||||
|
||||
REQUIREMENTS = ['sqlalchemy==1.1.9']
|
||||
REQUIREMENTS = ['sqlalchemy==1.1.10']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -794,7 +794,7 @@ speedtest-cli==1.0.6
|
|||
|
||||
# homeassistant.components.recorder
|
||||
# homeassistant.scripts.db_migrator
|
||||
sqlalchemy==1.1.9
|
||||
sqlalchemy==1.1.10
|
||||
|
||||
# homeassistant.components.statsd
|
||||
statsd==3.2.1
|
||||
|
|
|
@ -117,7 +117,7 @@ somecomfort==0.4.1
|
|||
|
||||
# homeassistant.components.recorder
|
||||
# homeassistant.scripts.db_migrator
|
||||
sqlalchemy==1.1.9
|
||||
sqlalchemy==1.1.10
|
||||
|
||||
# homeassistant.components.statsd
|
||||
statsd==3.2.1
|
||||
|
|
Loading…
Reference in New Issue