From 5016a3f5b22e5bb3fce64f777c57d4dabf0fcfa4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Jun 2025 09:06:15 +0000 Subject: [PATCH] Bump requests from 2.32.3 to 2.32.4 in /bin/ingest-clickhouse Bumps [requests](https://github.com/psf/requests) from 2.32.3 to 2.32.4. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.32.3...v2.32.4) --- updated-dependencies: - dependency-name: requests dependency-version: 2.32.4 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..9917ebee9 100644 --- a/bin/ingest-clickhouse/requirements.txt +++ b/bin/ingest-clickhouse/requirements.txt @@ -5,7 +5,7 @@ idna==3.7 lz4==4.3.3 ndjson==0.3.1 pytz==2024.1 -requests==2.32.3 +requests==2.32.4 tabulate==0.9.0 ujson==5.10.0 urllib3==2.2.2