From a667f1f2894158bd1dd5929126480f8ebfce4ae1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 12:22:06 +0000 Subject: [PATCH] Bump clickhouse-connect from 0.7.19 to 0.8.6 Bumps [clickhouse-connect](https://github.com/ClickHouse/clickhouse-connect) from 0.7.19 to 0.8.6. - [Release notes](https://github.com/ClickHouse/clickhouse-connect/releases) - [Changelog](https://github.com/ClickHouse/clickhouse-connect/blob/main/CHANGELOG.md) - [Commits](https://github.com/ClickHouse/clickhouse-connect/compare/v0.7.19...v0.8.6) --- updated-dependencies: - dependency-name: clickhouse-connect dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a0357696..bf2ef481 100644 --- a/setup.py +++ b/setup.py @@ -245,7 +245,7 @@ def readme(): "clickhouse-driver==0.2.9", "clickhouse-cityhash==1.0.2.4", "aiochclient[httpx-speedups]==2.6.0", - "clickhouse-connect==0.7.19" # Support for SuperSet + "clickhouse-connect==0.8.6" # Support for SuperSet ], "redpanda": [ "aiokafka==0.11.0"