From ca53eb7c92c5dbd38d6a78327efb987ca21f77e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Dec 2025 02:32:15 +0000 Subject: [PATCH] Bump urllib3 from 2.2.2 to 2.6.0 in /scraper_service Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.2 to 2.6.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.6.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.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..75c1a17 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.6.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..222ed38 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.6.0 websocket-client==1.8.0 xxhash==3.4.1 requests