From 42275787d1727acd44d8b2ff797f56740aff0ad8 Mon Sep 17 00:00:00 2001 From: stubsabot <> Date: Wed, 31 Jan 2024 00:12:02 +0000 Subject: [PATCH] [stubsabot] Bump influxdb-client to 1.40.* Release: https://pypi.org/pypi/influxdb-client/1.40.0 Homepage: https://github.com/influxdata/influxdb-client-python Repository: https://github.com/influxdata/influxdb-client-python Diff: https://github.com/influxdata/influxdb-client-python/compare/v1.38.0...v1.40.0 Stubsabot analysis of the diff between the two releases: - 0 public Python files have been added. - 0 files included in typeshed's stubs have been deleted. - 5 files included in typeshed's stubs have been modified or renamed: `influxdb_client/_sync/rest.py`, `influxdb_client/client/tasks_api.py`, `influxdb_client/client/write/point.py`, `influxdb_client/client/write_api.py`, `influxdb_client/version.py`. - Total lines of Python code added: 233. - Total lines of Python code deleted: 5. If stubtest fails for this PR: - Leave this PR open (as a reminder, and to prevent stubsabot from opening another PR) - Fix stubtest failures in another PR, then close this PR Note that you will need to close and re-open the PR in order to trigger CI --- stubs/influxdb-client/METADATA.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stubs/influxdb-client/METADATA.toml b/stubs/influxdb-client/METADATA.toml index 7537f2307b82..73304a797076 100644 --- a/stubs/influxdb-client/METADATA.toml +++ b/stubs/influxdb-client/METADATA.toml @@ -1,4 +1,4 @@ -version = "1.38.*" +version = "1.40.*" upstream_repository = "https://github.com/influxdata/influxdb-client-python" # requires a version of urllib3 with a py.typed file requires = ["urllib3>=2"]