From 3c25b4966890b519327f18002e16fce40fd6b78a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Jul 2023 17:09:17 +0000 Subject: [PATCH] Bump clickhouse-driver from 0.1.4 to 0.1.5 Bumps [clickhouse-driver](https://github.com/mymarilyn/clickhouse-driver) from 0.1.4 to 0.1.5. - [Changelog](https://github.com/mymarilyn/clickhouse-driver/blob/master/CHANGELOG.md) - [Commits](https://github.com/mymarilyn/clickhouse-driver/compare/0.1.4...0.1.5) --- updated-dependencies: - dependency-name: clickhouse-driver dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b70c335..e17d32f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ ###### Requirements without Version Specifiers ######` python-dateutil==2.8.0 pika==1.1.0 -clickhouse-driver==0.1.4 +clickhouse-driver==0.1.5 PyYAML==5.4 lakeweed==1.2.3 fastapi==0.65.2