From 6d945e474b6ed54cca79d1d16a1e42f151cdcf66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 May 2023 02:27:19 +0000 Subject: [PATCH] Bump clickhouse-driver from 0.1.3 to 0.1.5 in /restapi Bumps [clickhouse-driver](https://github.com/mymarilyn/clickhouse-driver) from 0.1.3 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.3...0.1.5) --- updated-dependencies: - dependency-name: clickhouse-driver dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- restapi/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/restapi/requirements.txt b/restapi/requirements.txt index 7b3b010..e9f518c 100644 --- a/restapi/requirements.txt +++ b/restapi/requirements.txt @@ -4,4 +4,4 @@ python-dotenv==0.12.0 Flask-SQLAlchemy==2.4.1 PyMySQL==0.9.3 pyTelegramBotAPI==3.6.7 -clickhouse-driver==0.1.3 \ No newline at end of file +clickhouse-driver==0.1.5 \ No newline at end of file