From 7b1206639dbfd72cbb61bf531d0fc8a7e4f47294 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 21:46:35 +0000 Subject: [PATCH] chore(deps-dev): update influxdb-client requirement Updates the requirements on [influxdb-client](https://github.com/influxdata/influxdb-client-python) to permit the latest version. - [Release notes](https://github.com/influxdata/influxdb-client-python/releases) - [Changelog](https://github.com/influxdata/influxdb-client-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/influxdata/influxdb-client-python/compare/v1.38.0...v1.50.0) --- updated-dependencies: - dependency-name: influxdb-client dependency-version: 1.50.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index aa03506b..a58a0f59 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -156,7 +156,7 @@ gpu = [ monitoring = [ "grafana-api>=1.0.3", - "influxdb-client>=1.38.0", + "influxdb-client>=1.50.0", "elasticsearch>=8.10.0", ]