From 2ab0bd9bbf8f520b7997dd878fbf21093b09f8e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Jun 2025 22:47:11 +0000 Subject: [PATCH] build(deps): bump urllib3 in /tests/opentelemetry-docker-tests/tests Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.19 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/1.26.19...2.5.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.5.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 4bee47eed1..cd4a89e651 100644 --- a/tests/opentelemetry-docker-tests/tests/test-requirements.txt +++ b/tests/opentelemetry-docker-tests/tests/test-requirements.txt @@ -67,7 +67,7 @@ texttable==1.7.0 tomli==2.0.1 typing_extensions==4.12.2 tzdata==2024.1 -urllib3==1.26.19 +urllib3==2.5.0 vine==5.1.0 wcwidth==0.2.13 websocket-client==0.59.0