diff --git a/homeassistant/components/influxdb.py b/homeassistant/components/influxdb.py index 4e9182816da..13ab8949591 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 b9978951485..b919957e5b0 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