From e7f1de910b2e74362045dd2bb1b75b9d6e800a62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 00:33:22 +0000 Subject: [PATCH] Update boxsdk requirement from <4,>=3.14.0 to >=10.9.0,<11 Updates the requirements on [boxsdk](https://github.com/box/box-python-sdk) to permit the latest version. - [Release notes](https://github.com/box/box-python-sdk/releases) - [Changelog](https://github.com/box/box-python-sdk/blob/main/CHANGELOG.md) - [Commits](https://github.com/box/box-python-sdk/compare/v3.14.0...v10.9.0) --- updated-dependencies: - dependency-name: boxsdk dependency-version: 10.9.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 76e9db9..283505b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,5 +13,5 @@ pyarrow>=15.0.0 opentelemetry-api>=1.41.1 opentelemetry-sdk>=1.41.1 msal>=1.36.0 -boxsdk>=3.14.0,<4 +boxsdk>=10.9.0,<11 tomli; python_version<"3.11" \ No newline at end of file