From 72119d0a5521c1bd807102d675df6f72556770ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Dec 2025 02:06:18 +0000 Subject: [PATCH] build(deps): bump urllib3 in /tests/wpt/tests/tools/wptrunner Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.2 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.2.2...2.6.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tools/wptrunner/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/wptrunner/requirements.txt b/tools/wptrunner/requirements.txt index 3890ee225def25..e088ee3391dd87 100644 --- a/tools/wptrunner/requirements.txt +++ b/tools/wptrunner/requirements.txt @@ -8,5 +8,5 @@ pillow==10.4.0; python_version < '3.9' pillow==11.3.0; python_version >= '3.9' requests==2.32.3 types-requests==2.32.0.20241016 -urllib3==2.2.2 +urllib3==2.6.0 aioquic==1.2.0