From e7076daa7f25dbca2407a49c564f09b4aa08484e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 03:22:13 +0000 Subject: [PATCH] Bump urllib3 from 2.2.2 to 2.6.3 in /test Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.2 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.2...2.6.3) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- test/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/requirements.txt b/test/requirements.txt index 04fa28a20..42236cc60 100644 --- a/test/requirements.txt +++ b/test/requirements.txt @@ -10,6 +10,6 @@ platformdirs==4.2.2 requests==2.32.3 smmap==5.0.1 tomli==2.0.1 -urllib3==2.2.2 +urllib3==2.6.3 yapf==0.40.2 zipp==3.19.2