From 233eadd711488d70d7a8bc4f807cd6b3b8344610 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 00:33:32 +0000 Subject: [PATCH] Update pyarrow requirement from >=15.0.0 to >=21.0.0 Updates the requirements on [pyarrow](https://github.com/apache/arrow) to permit the latest version. - [Release notes](https://github.com/apache/arrow/releases) - [Commits](https://github.com/apache/arrow/compare/go/v15.0.0...apache-arrow-21.0.0) --- updated-dependencies: - dependency-name: pyarrow dependency-version: 21.0.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..7fbb389 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ tqdm watchdog defusedxml>=0.7.1 PyYAML>=6.0.3 -pyarrow>=15.0.0 +pyarrow>=21.0.0 opentelemetry-api>=1.41.1 opentelemetry-sdk>=1.41.1 msal>=1.36.0