From ca139ad7269c157219e1bd28f7f514472a31bd42 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 11:36:17 +0100 Subject: [PATCH] [stubsabot] Bump influxdb-client to 1.38.* (#10826) Release: https://pypi.org/pypi/influxdb-client/1.38.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.37.0...v1.38.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. - 3 files included in typeshed's stubs have been modified or renamed: `influxdb_client/_sync/rest.py`, `influxdb_client/client/write/dataframe_serializer.py`, `influxdb_client/version.py`. - Total lines of Python code added: 13. - Total lines of Python code deleted: 12. --- 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 75c4e5939..cf626f4d6 100644 --- a/stubs/influxdb-client/METADATA.toml +++ b/stubs/influxdb-client/METADATA.toml @@ -1,4 +1,4 @@ -version = "1.37.*" +version = "1.38.*" upstream_repository = "https://github.com/influxdata/influxdb-client-python" # requires a version of urllib3 with a py.typed file requires = ["urllib3>=2"]