⬆️ 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

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