From 6ecac6e9937f5735327477179720db34ecc66808 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 16:55:49 +0000 Subject: [PATCH] Bump urllib3 from 1.26.6 to 2.7.0 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.6 to 2.7.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.7.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.7.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 180769bf..80f1446c 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -32,7 +32,7 @@ requests>=2.32.4 texttable==1.6.4 toml==0.10.2 typing-extensions>=4.13.2 -urllib3==1.26.6 +urllib3==2.7.0 websocket-client==0.59.0 zipp==3.19.1 aiohttp>=3.9.0