From a718b83ff1e89279c38eaa8aa987e5ac07a44eb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 04:38:16 +0000 Subject: [PATCH] chore(deps): bump urllib3 from 2.5.0 to 2.6.3 Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.5.0 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.5.0...2.6.3) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ci-constraints-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci-constraints-requirements.txt b/ci-constraints-requirements.txt index 9fb12dfbe500..191c80e61d72 100644 --- a/ci-constraints-requirements.txt +++ b/ci-constraints-requirements.txt @@ -289,7 +289,7 @@ typing-extensions==4.15.0 ; python_full_version >= '3.9' # virtualenv urllib3==2.2.3 ; python_full_version < '3.9' # via requests -urllib3==2.5.0 ; python_full_version >= '3.9' +urllib3==2.6.3 ; python_full_version >= '3.9' # via requests uv==0.9.5 # via nox