From 380dd581fc71522ad7d925740d9eac28b2114bf6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Jun 2025 03:43:26 +0000 Subject: [PATCH] Bump urllib3 from 2.2.2 to 2.5.0 in /scraper_service 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] --- scraper_service/requirements.txt | 2 +- scraper_service/shovel_validators/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scraper_service/requirements.txt b/scraper_service/requirements.txt index 0aa4fc1..1ad7f27 100644 --- a/scraper_service/requirements.txt +++ b/scraper_service/requirements.txt @@ -26,7 +26,7 @@ toolz==0.12.1 tqdm==4.66.4 typing_extensions==4.12.2 tzlocal==5.2 -urllib3==2.2.2 +urllib3==2.5.0 websocket-client==1.8.0 xxhash==3.4.1 requests diff --git a/scraper_service/shovel_validators/requirements.txt b/scraper_service/shovel_validators/requirements.txt index 375846c..9b87e69 100644 --- a/scraper_service/shovel_validators/requirements.txt +++ b/scraper_service/shovel_validators/requirements.txt @@ -27,7 +27,7 @@ toolz==0.12.1 tqdm==4.66.4 typing_extensions==4.12.2 tzlocal==5.2 -urllib3==2.2.2 +urllib3==2.5.0 websocket-client==1.8.0 xxhash==3.4.1 requests