mirror of
https://github.com/home-assistant/core.git
synced 2026-05-08 17:49:37 +01:00
Bump influxdb-client to 1.50.0 (#161476)
This commit is contained in:
@@ -6,5 +6,5 @@
|
||||
"iot_class": "local_push",
|
||||
"loggers": ["influxdb", "influxdb_client"],
|
||||
"quality_scale": "legacy",
|
||||
"requirements": ["influxdb==5.3.1", "influxdb-client==1.48.0"]
|
||||
"requirements": ["influxdb==5.3.1", "influxdb-client==1.50.0"]
|
||||
}
|
||||
|
||||
Generated
+1
-1
@@ -1290,7 +1290,7 @@ imgw_pib==2.0.1
|
||||
incomfort-client==0.6.11
|
||||
|
||||
# homeassistant.components.influxdb
|
||||
influxdb-client==1.48.0
|
||||
influxdb-client==1.50.0
|
||||
|
||||
# homeassistant.components.influxdb
|
||||
influxdb==5.3.1
|
||||
|
||||
Generated
+1
-1
@@ -1136,7 +1136,7 @@ imgw_pib==2.0.1
|
||||
incomfort-client==0.6.11
|
||||
|
||||
# homeassistant.components.influxdb
|
||||
influxdb-client==1.48.0
|
||||
influxdb-client==1.50.0
|
||||
|
||||
# homeassistant.components.influxdb
|
||||
influxdb==5.3.1
|
||||
|
||||
@@ -157,11 +157,6 @@ FORBIDDEN_PACKAGE_EXCEPTIONS: dict[str, dict[str, set[str]]] = {
|
||||
},
|
||||
"homewizard": {"python-homewizard-energy": {"async-timeout"}},
|
||||
"imeon_inverter": {"imeon-inverter-api": {"async-timeout"}},
|
||||
"influxdb": {
|
||||
# https://github.com/influxdata/influxdb-client-python/issues/695
|
||||
# influxdb-client > setuptools
|
||||
"influxdb-client": {"setuptools"}
|
||||
},
|
||||
"izone": {"python-izone": {"async-timeout"}},
|
||||
"kef": {"aiokef": {"async-timeout"}},
|
||||
"kodi": {"jsonrpc-websocket": {"async-timeout"}},
|
||||
|
||||
Reference in New Issue
Block a user