From 66c5d96b439e6bc8cc4b9c58ae14b1670fb39372 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 9 Feb 2016 16:32:05 +0100 Subject: [PATCH] Upgrade influxdb to 2.12.0 --- homeassistant/components/influxdb.py | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/influxdb.py b/homeassistant/components/influxdb.py index 123cf5bc0e3..4211b85e7d1 100644 --- a/homeassistant/components/influxdb.py +++ b/homeassistant/components/influxdb.py @@ -25,7 +25,7 @@ DEFAULT_DATABASE = 'home_assistant' DEFAULT_SSL = False DEFAULT_VERIFY_SSL = False -REQUIREMENTS = ['influxdb==2.11.0'] +REQUIREMENTS = ['influxdb==2.12.0'] CONF_HOST = 'host' CONF_PORT = 'port' diff --git a/requirements_all.txt b/requirements_all.txt index 73a53ab7435..f72daaecccf 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -91,7 +91,7 @@ https://github.com/theolind/pymysensors/archive/005bff4c5ca7a56acd30e816bc3bcdb5 https://github.com/w1ll1am23/pygooglevoice-sms/archive/7c5ee9969b97a7992fc86a753fe9f20e3ffa3f7c.zip#pygooglevoice-sms==0.0.1 # homeassistant.components.influxdb -influxdb==2.11.0 +influxdb==2.12.0 # homeassistant.components.insteon_hub insteon_hub==0.4.5