From c299d4069f57e0c6b874980ba76b08a809788a1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 12:30:15 +0000 Subject: [PATCH] Bump influxdb-client[async] from 1.36.1 to 1.38.0 Bumps [influxdb-client[async]](https://github.com/influxdata/influxdb-client-python) from 1.36.1 to 1.38.0. - [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.36.1...v1.38.0) --- updated-dependencies: - dependency-name: influxdb-client[async] dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 4d5da63f..8eaf2718 100644 --- a/setup.py +++ b/setup.py @@ -134,7 +134,7 @@ def readme(): "cassandra-driver==3.28.0", "rethinkdb==2.4.9", "influxdb==5.3.1", - "influxdb-client[async]==1.36.1", + "influxdb-client[async]==1.38.0", "pymssql==2.2.7", "redis==4.5.5", "duckdb==0.8.1", @@ -194,7 +194,7 @@ def readme(): ], "influxdb": [ "influxdb==5.3.1", - "influxdb-client[async]==1.36.1", + "influxdb-client[async]==1.38.0", ], "odbc": [ "aioodbc==0.3.3",