From 7786ae1684a21659bcd85aa5c4dae1ae4e002fd7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 18:14:05 +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 8c40837d963..bce84d6152c 100644 --- a/Solutions/Box/Data Connectors/requirements.txt +++ b/Solutions/Box/Data Connectors/requirements.txt @@ -9,4 +9,4 @@ cryptography==46.0.6 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