[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.
This commit is contained in:
github-actions[bot]
2023-01-27 00:30:21 +00:00
committed by GitHub
parent 99ea07a463
commit 18c46619f5

View File

@@ -1,4 +1,4 @@
version = "1.35.*"
version = "1.36.*"
requires = ["types-urllib3"]
[tool.stubtest]