From c6ba1dd72bd3f55267606686fe5e05a3e62ac5ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Jan 2026 23:17:14 +0000 Subject: [PATCH] Bump urllib3 from 1.26.18 to 2.6.3 in /scripts Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.18 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.18...2.6.3) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- scripts/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/requirements.txt b/scripts/requirements.txt index b4a2c94..174f0d1 100644 --- a/scripts/requirements.txt +++ b/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.18 +urllib3==2.6.3 webencodings==0.5.1 websockets==10.4 yarl>=1.9.4