From 7d6975b6f44b008b22c3d04d22df88c8844e5c5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Dec 2025 03:29:58 +0000 Subject: [PATCH] chore(deps): bump urllib3 from 2.5.0 to 2.6.0 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] --- 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..05dc7c0f92d9 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.0 ; python_full_version >= '3.9' # via requests uv==0.9.5 # via nox