From d342e7eb34c822331398701a63416478c838348f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Jul 2025 18:35:31 +0000 Subject: [PATCH] Bump urllib3 from 2.2.3 to 2.5.0 in /tests/ci Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.3 to 2.5.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.3...2.5.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.5.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tests/ci/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ci/setup.py b/tests/ci/setup.py index f8b35fbf0e..1c6e328270 100644 --- a/tests/ci/setup.py +++ b/tests/ci/setup.py @@ -31,7 +31,7 @@ # Introduced by Android Device Farm CI. "requests", "arnparse==0.0.2", - "urllib3==2.2.3" + "urllib3==2.5.0" ], python_requires=">=3.6",