From 8c6ce217e6d6d1323ed505795c3ecdd7bc8a51fe Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 26 Jan 2016 23:45:39 +0100 Subject: [PATCH] Upgrade influxdb to 2.11.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 4e9182816daa..13ab8949591d 100644 --- a/homeassistant/components/influxdb.py +++ b/homeassistant/components/influxdb.py @@ -23,7 +23,7 @@ DEFAULT_HOST = 'localhost' DEFAULT_PORT = 8086 DEFAULT_DATABASE = 'home_assistant' -REQUIREMENTS = ['influxdb==2.10.0'] +REQUIREMENTS = ['influxdb==2.11.0'] CONF_HOST = 'host' CONF_PORT = 'port' diff --git a/requirements_all.txt b/requirements_all.txt index 70ebbfe60064..03d551cec805 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -37,7 +37,7 @@ https://github.com/nkgilley/python-ecobee-api/archive/92a2f330cbaf601d0618456fdd pyfttt==0.3 # homeassistant.components.influxdb -influxdb==2.10.0 +influxdb==2.11.0 # homeassistant.components.insteon insteon_hub==0.4.5