From d91ae071bcd0e5531501b74b5fa4d12c526e4055 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 12:24:07 +0000 Subject: [PATCH] Bump urllib3 from 1.26.6 to 2.5.0 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.6 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.6...2.5.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.5.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 3cbcd696..49aef0e4 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -35,7 +35,7 @@ requests==2.31.0 texttable==1.6.4 toml==0.10.2 typing-extensions==4.12.2 -urllib3==1.26.6 +urllib3==2.5.0 websocket-client==0.59.0 zipp==3.19.1 aiohttp==3.7.4