From 70953b9e7055ac8ba624bbeac5d2c2e338c27cff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 04:35:17 +0000 Subject: [PATCH] Bump urllib3 from 2.2.3 to 2.6.3 in /requirements/test Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.3 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/2.2.3...2.6.3) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/test/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/test/requirements.txt b/requirements/test/requirements.txt index 990d33b5..5dae5bdc 100644 --- a/requirements/test/requirements.txt +++ b/requirements/test/requirements.txt @@ -14,5 +14,5 @@ pyyaml==6.0.2 ; python_version >= "3.9" requests==2.32.3 ; python_version >= "3.9" responses==0.25.3 ; python_version >= "3.9" tomli==2.2.1 ; python_full_version <= "3.11.0a6" and python_version >= "3.9" -urllib3==2.2.3 ; python_version >= "3.9" +urllib3==2.6.3 ; python_version >= "3.9" zipp==3.21.0 ; python_version < "3.10" and python_version >= "3.9"