From 18c46619f5390e0253223c6aa8cdb7b8eba85623 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 27 Jan 2023 00:30:21 +0000 Subject: [PATCH] [stubsabot] Bump influxdb-client to 1.36.* (#9594) Release: https://pypi.org/pypi/influxdb-client/1.36.0 Homepage: https://github.com/influxdata/influxdb-client-python Diff: https://github.com/influxdata/influxdb-client-python/compare/v1.35.0...v1.36.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. - 4 files included in typeshed's stubs have been modified or renamed: `influxdb_client/client/flux_table.py`, `influxdb_client/client/write/point.py`, `influxdb_client/client/write_api.py`, `influxdb_client/version.py`. - Total lines of Python code added: 151. - Total lines of Python code deleted: 16. --- 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 5da50c326..44ccc6d44 100644 --- a/stubs/influxdb-client/METADATA.toml +++ b/stubs/influxdb-client/METADATA.toml @@ -1,4 +1,4 @@ -version = "1.35.*" +version = "1.36.*" requires = ["types-urllib3"] [tool.stubtest]