From 11fd80a7b4e2bd29ed8ad34581b458a06ac5d17c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Jan 2026 22:20:44 +0000 Subject: [PATCH] Bump urllib3 from 1.26.15 to 2.6.3 in /archive/scripts Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.15 to 2.6.3. - [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/1.26.15...2.6.3) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- archive/scripts/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archive/scripts/requirements.txt b/archive/scripts/requirements.txt index 93dbfe6..9f174f7 100644 --- a/archive/scripts/requirements.txt +++ b/archive/scripts/requirements.txt @@ -57,7 +57,7 @@ tomlkit==0.11.7 tqdm==4.65.0 twine==3.8.0 typing-extensions==4.5.0 -urllib3==1.26.15 +urllib3==2.6.3 webencodings==0.5.1 websockets==10.4 yarl==1.8.2