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