From ebf3b03e00f6d64e335389845d738233a8d875c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 18:27:14 +0000 Subject: [PATCH] Bump urllib3 from 2.6.3 to 2.7.0 in /tools Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.6.3 to 2.7.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.6.3...2.7.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.7.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tools/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/requirements.txt b/tools/requirements.txt index a662889fc..fa07fd439 100644 --- a/tools/requirements.txt +++ b/tools/requirements.txt @@ -194,7 +194,7 @@ types-setuptools==82.0.0.20260408 ; python_version >= "3.10" and python_version typing-extensions==4.15.0 ; python_version >= "3.10" and python_version < "4.0" typing-inspection==0.4.2 ; python_version >= "3.10" and python_version < "4.0" uritemplate==4.2.0 ; python_version >= "3.10" and python_version < "4.0" -urllib3==2.6.3 ; python_version >= "3.10" and python_version < "4.0" +urllib3==2.7.0 ; python_version >= "3.10" and python_version < "4.0" uv==0.11.8 ; python_version >= "3.10" and python_version < "4.0" virtualenv==21.3.0 ; python_version >= "3.10" and python_version < "4.0" wcwidth==0.6.0 ; python_version >= "3.10" and python_version < "4.0"