From c0afe91ab08d50758cceea028b34a2cd69aa8f2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Jan 2026 23:24:04 +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.6.3. - [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.3) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.3 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 048d35cb4c..ab5a1fa9f5 100644 --- a/tests/opentelemetry-docker-tests/tests/test-requirements.txt +++ b/tests/opentelemetry-docker-tests/tests/test-requirements.txt @@ -69,7 +69,7 @@ texttable==1.7.0 tomli==2.0.1 typing_extensions==4.12.2 tzdata==2024.1 -urllib3==1.26.19 +urllib3==2.6.3 vine==5.1.0 wcwidth==0.2.13 websocket-client==0.59.0