From ba44b7edb368dfe0bacf7fbf92884cbb340a32dd Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 29 May 2017 15:38:56 +0200 Subject: [PATCH] Upgrade sqlalchemy to 1.1.10 (#7807) --- homeassistant/components/recorder/__init__.py | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/recorder/__init__.py b/homeassistant/components/recorder/__init__.py index 997c79f6975..54ee81091c8 100644 --- a/homeassistant/components/recorder/__init__.py +++ b/homeassistant/components/recorder/__init__.py @@ -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__) diff --git a/requirements_all.txt b/requirements_all.txt index 47a3a4c7fb1..a30df77cf87 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -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 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 06acb00af15..95bb4303e09 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -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