Upgrade sqlalchemy to 1.2.11 (#16192)

This commit is contained in:
Fabian Affolter 2018-08-26 12:28:44 +02:00 committed by Daniel Høyer Iversen
parent 0a7055d475
commit 0da3e73765
4 changed files with 5 additions and 5 deletions

View File

@ -35,7 +35,7 @@ from . import migration, purge
from .const import DATA_INSTANCE
from .util import session_scope
REQUIREMENTS = ['sqlalchemy==1.2.10']
REQUIREMENTS = ['sqlalchemy==1.2.11']
_LOGGER = logging.getLogger(__name__)

View File

@ -20,7 +20,7 @@ from homeassistant.helpers.entity import Entity
_LOGGER = logging.getLogger(__name__)
REQUIREMENTS = ['sqlalchemy==1.2.10']
REQUIREMENTS = ['sqlalchemy==1.2.11']
CONF_COLUMN_NAME = 'column'
CONF_QUERIES = 'queries'
@ -62,7 +62,7 @@ def setup_platform(hass, config, add_entities, discovery_info=None):
engine = sqlalchemy.create_engine(db_url)
sessionmaker = scoped_session(sessionmaker(bind=engine))
# run a dummy query just to test the db_url
# Run a dummy query just to test the db_url
sess = sessionmaker()
sess.execute("SELECT 1;")

View File

@ -1334,7 +1334,7 @@ spotipy-homeassistant==2.4.4.dev1
# homeassistant.components.recorder
# homeassistant.scripts.db_migrator
# homeassistant.components.sensor.sql
sqlalchemy==1.2.10
sqlalchemy==1.2.11
# homeassistant.components.statsd
statsd==3.2.1

View File

@ -200,7 +200,7 @@ somecomfort==0.5.2
# homeassistant.components.recorder
# homeassistant.scripts.db_migrator
# homeassistant.components.sensor.sql
sqlalchemy==1.2.10
sqlalchemy==1.2.11
# homeassistant.components.statsd
statsd==3.2.1