From 567170991777f7a5f17e72d35ccf262a52cc1c66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Dec 2025 05:22:29 +0000 Subject: [PATCH] Bump urllib3 from 2.5.0 to 2.6.0 in /Solutions/Box/Data Connectors 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] --- 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 5920717fc8a..068bd1e84af 100644 --- a/Solutions/Box/Data Connectors/requirements.txt +++ b/Solutions/Box/Data Connectors/requirements.txt @@ -9,4 +9,4 @@ cryptography==44.0.1 boxsdk==3.3.0 azure-storage-file-share==12.7.0 python-dateutil==2.8.2 -urllib3==2.5.0 \ No newline at end of file +urllib3==2.6.0 \ No newline at end of file