⬆️ Upgrades InfluxDB dependency to 5.2.0 (#18668)

This commit is contained in:
Franck Nijhof 2018-11-25 20:52:09 +01:00 committed by Paulus Schoutsen
parent 8b8629a5f4
commit 2cbe083460
4 changed files with 4 additions and 4 deletions

View File

@ -23,7 +23,7 @@ from homeassistant.helpers import state as state_helper
import homeassistant.helpers.config_validation as cv
from homeassistant.helpers.entity_values import EntityValues
REQUIREMENTS = ['influxdb==5.0.0']
REQUIREMENTS = ['influxdb==5.2.0']
_LOGGER = logging.getLogger(__name__)

View File

@ -22,7 +22,7 @@ from homeassistant.util import Throttle
_LOGGER = logging.getLogger(__name__)
REQUIREMENTS = ['influxdb==5.0.0']
REQUIREMENTS = ['influxdb==5.2.0']
DEFAULT_HOST = 'localhost'
DEFAULT_PORT = 8086

View File

@ -522,7 +522,7 @@ ihcsdk==2.2.0
# homeassistant.components.influxdb
# homeassistant.components.sensor.influxdb
influxdb==5.0.0
influxdb==5.2.0
# homeassistant.components.insteon
insteonplm==0.15.1

View File

@ -104,7 +104,7 @@ homematicip==0.9.8
# homeassistant.components.influxdb
# homeassistant.components.sensor.influxdb
influxdb==5.0.0
influxdb==5.2.0
# homeassistant.components.dyson
libpurecoollink==0.4.2