From 5825bb81a630bafed0bbefd85a91d7609e589f87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Dec 2025 22:58:10 +0000 Subject: [PATCH] Bump urllib3 from 1.26.6 to 2.6.0 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.6 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.6...2.6.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.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..d58ff1bc 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.6.0 websocket-client==0.59.0 zipp==3.19.1 aiohttp==3.7.4