From 1c7e427f10680a0b85a490c0878b3b06ad788957 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Dec 2025 04:47:43 +0000 Subject: [PATCH] Bump urllib3 from 2.5.0 to 2.6.0 in /requirements/test Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.5.0 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.5.0...2.6.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.0 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 737bdc8d..650358c8 100644 --- a/requirements/test/requirements.txt +++ b/requirements/test/requirements.txt @@ -15,4 +15,4 @@ requests==2.32.5 ; python_version >= "3.10" responses==0.25.8 ; python_version >= "3.10" tomli==2.2.1 ; python_version >= "3.10" and python_full_version <= "3.11.0a6" typing-extensions==4.15.0 ; python_version == "3.10" -urllib3==2.5.0 ; python_version >= "3.10" +urllib3==2.6.0 ; python_version >= "3.10"