From a3e77bc5f32fe10d7fa953bbca22435cf5af6d33 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 1 Nov 2018 13:25:45 +0100 Subject: [PATCH] Upgrade sqlalchemy to 1.2.13 (#18084) --- homeassistant/components/recorder/__init__.py | 2 +- homeassistant/components/sensor/sql.py | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/homeassistant/components/recorder/__init__.py b/homeassistant/components/recorder/__init__.py index a3cd2eebd8c..bc624ca5f89 100644 --- a/homeassistant/components/recorder/__init__.py +++ b/homeassistant/components/recorder/__init__.py @@ -34,7 +34,7 @@ from . import migration, purge from .const import DATA_INSTANCE from .util import session_scope -REQUIREMENTS = ['sqlalchemy==1.2.11'] +REQUIREMENTS = ['sqlalchemy==1.2.13'] _LOGGER = logging.getLogger(__name__) diff --git a/homeassistant/components/sensor/sql.py b/homeassistant/components/sensor/sql.py index 53821275d42..fd12ea18088 100644 --- a/homeassistant/components/sensor/sql.py +++ b/homeassistant/components/sensor/sql.py @@ -20,7 +20,7 @@ from homeassistant.helpers.entity import Entity _LOGGER = logging.getLogger(__name__) -REQUIREMENTS = ['sqlalchemy==1.2.11'] +REQUIREMENTS = ['sqlalchemy==1.2.13'] CONF_COLUMN_NAME = 'column' CONF_QUERIES = 'queries' diff --git a/requirements_all.txt b/requirements_all.txt index aac23ac67b5..e2dc970986c 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1416,7 +1416,7 @@ spotipy-homeassistant==2.4.4.dev1 # homeassistant.components.recorder # homeassistant.scripts.db_migrator # homeassistant.components.sensor.sql -sqlalchemy==1.2.11 +sqlalchemy==1.2.13 # homeassistant.components.sensor.starlingbank starlingbank==1.2 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index f8b363b1a9e..eccfd9a6694 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -232,7 +232,7 @@ somecomfort==0.5.2 # homeassistant.components.recorder # homeassistant.scripts.db_migrator # homeassistant.components.sensor.sql -sqlalchemy==1.2.11 +sqlalchemy==1.2.13 # homeassistant.components.statsd statsd==3.2.1