From f70c7f37464ec4ac5557e2afd97fe0c7330571c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 17:50:08 +0000 Subject: [PATCH] Bump urllib3 from 2.6.3 to 2.7.0 in /Solutions/Box/Data Connectors Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.6.3 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/2.6.3...2.7.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.7.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Solutions/Box/Data Connectors/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Solutions/Box/Data Connectors/requirements.txt b/Solutions/Box/Data Connectors/requirements.txt index 39da4887bc6..4ba0cb65906 100644 --- a/Solutions/Box/Data Connectors/requirements.txt +++ b/Solutions/Box/Data Connectors/requirements.txt @@ -9,4 +9,4 @@ cryptography==46.0.7 boxsdk==3.3.0 azure-storage-file-share==12.7.0 python-dateutil==2.8.2 -urllib3==2.6.3 \ No newline at end of file +urllib3==2.7.0 \ No newline at end of file