Upgrade influxdb to 2.11.0

This commit is contained in:
Fabian Affolter 2016-01-26 23:45:39 +01:00
parent b13e48bd71
commit 8c6ce217e6
2 changed files with 2 additions and 2 deletions

View File

@ -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'

View File

@ -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