From 3521989bc0cf19dbdf9f584fd8509e9d1b08881f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Jun 2025 03:25:03 +0000 Subject: [PATCH] Bump urllib3 from 2.2.2 to 2.5.0 in /bin/ingest-clickhouse Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.2 to 2.5.0. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/2.2.2...2.5.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.5.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- bin/ingest-clickhouse/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/ingest-clickhouse/requirements.txt b/bin/ingest-clickhouse/requirements.txt index db539f8a8..2dcd7ad19 100644 --- a/bin/ingest-clickhouse/requirements.txt +++ b/bin/ingest-clickhouse/requirements.txt @@ -8,5 +8,5 @@ pytz==2024.1 requests==2.32.3 tabulate==0.9.0 ujson==5.10.0 -urllib3==2.2.2 +urllib3==2.5.0 zstandard==0.22.0