From 0f158f48dfa5ec401c1c3b02e1afc9b28c438b3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Dec 2025 22:12:05 +0000 Subject: [PATCH] Bump urllib3 in /tests/opentelemetry-docker-tests/tests Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.19 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/1.26.19...2.6.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tests/opentelemetry-docker-tests/tests/test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/opentelemetry-docker-tests/tests/test-requirements.txt b/tests/opentelemetry-docker-tests/tests/test-requirements.txt index 365239d960..89ae690917 100644 --- a/tests/opentelemetry-docker-tests/tests/test-requirements.txt +++ b/tests/opentelemetry-docker-tests/tests/test-requirements.txt @@ -68,7 +68,7 @@ texttable==1.7.0 tomli==2.0.1 typing_extensions==4.12.2 tzdata==2024.1 -urllib3==1.26.19 +urllib3==2.6.0 vine==5.1.0 wcwidth==0.2.13 websocket-client==0.59.0