1
mirror of https://github.com/home-assistant/core synced 2024-09-25 00:41:32 +02:00

Upgrade sqlalchemy to 1.1.12 (#8669)

This commit is contained in:
Fabian Affolter 2017-07-27 17:23:51 +02:00 committed by Pascal Vizeli
parent 4fcaea23a8
commit 74581b57f8
3 changed files with 3 additions and 3 deletions

View File

@ -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__)

View File

@ -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

View File

@ -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