From 8ea413bf5c9bd5786c3878ffd271d148a5567059 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Dec 2025 04:58:24 +0000 Subject: [PATCH] Bump urllib3 from 2.5.0 to 2.6.0 in /inbm/cloudadapter-agent Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.5.0 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/2.5.0...2.6.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- inbm/cloudadapter-agent/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inbm/cloudadapter-agent/requirements.txt b/inbm/cloudadapter-agent/requirements.txt index 5e1185e88..856106e81 100644 --- a/inbm/cloudadapter-agent/requirements.txt +++ b/inbm/cloudadapter-agent/requirements.txt @@ -2,7 +2,7 @@ jsonschema==4.20.0 types-jsonschema==4.23.0.20240813 requests==2.32.4 -urllib3==2.5.0 +urllib3==2.6.0 PySocks==1.7.1 psutil==6.1.0 shortuuid==1.0.13