From e36dacc9351ba41bbd4b16651c3053837d7380d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Jul 2025 15:45:47 +0000 Subject: [PATCH] Bump urllib3 from 1.26.14 to 2.5.0 in /server/tests-py Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.14 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.14...2.5.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.5.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- server/tests-py/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/tests-py/requirements.txt b/server/tests-py/requirements.txt index a07c455801182..b56210a5dfb49 100644 --- a/server/tests-py/requirements.txt +++ b/server/tests-py/requirements.txt @@ -37,5 +37,5 @@ Rx==1.6.3 six==1.16.0 SQLAlchemy==1.4.46 toml==0.10.2 -urllib3==1.26.14 +urllib3==2.5.0 websocket-client==0.56.0