⬆️ Upgrades InfluxDB dependency to 5.2.0 (#18668)
This commit is contained in:
parent
8b8629a5f4
commit
2cbe083460
4 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@ from homeassistant.helpers import state as state_helper
|
||||||
import homeassistant.helpers.config_validation as cv
|
import homeassistant.helpers.config_validation as cv
|
||||||
from homeassistant.helpers.entity_values import EntityValues
|
from homeassistant.helpers.entity_values import EntityValues
|
||||||
|
|
||||||
REQUIREMENTS = ['influxdb==5.0.0']
|
REQUIREMENTS = ['influxdb==5.2.0']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
|
@ -22,7 +22,7 @@ from homeassistant.util import Throttle
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
REQUIREMENTS = ['influxdb==5.0.0']
|
REQUIREMENTS = ['influxdb==5.2.0']
|
||||||
|
|
||||||
DEFAULT_HOST = 'localhost'
|
DEFAULT_HOST = 'localhost'
|
||||||
DEFAULT_PORT = 8086
|
DEFAULT_PORT = 8086
|
||||||
|
|
|
@ -522,7 +522,7 @@ ihcsdk==2.2.0
|
||||||
|
|
||||||
# homeassistant.components.influxdb
|
# homeassistant.components.influxdb
|
||||||
# homeassistant.components.sensor.influxdb
|
# homeassistant.components.sensor.influxdb
|
||||||
influxdb==5.0.0
|
influxdb==5.2.0
|
||||||
|
|
||||||
# homeassistant.components.insteon
|
# homeassistant.components.insteon
|
||||||
insteonplm==0.15.1
|
insteonplm==0.15.1
|
||||||
|
|
|
@ -104,7 +104,7 @@ homematicip==0.9.8
|
||||||
|
|
||||||
# homeassistant.components.influxdb
|
# homeassistant.components.influxdb
|
||||||
# homeassistant.components.sensor.influxdb
|
# homeassistant.components.sensor.influxdb
|
||||||
influxdb==5.0.0
|
influxdb==5.2.0
|
||||||
|
|
||||||
# homeassistant.components.dyson
|
# homeassistant.components.dyson
|
||||||
libpurecoollink==0.4.2
|
libpurecoollink==0.4.2
|
||||||
|
|
Loading…
Add table
Reference in a new issue