From 56d527304da5820dc8c6e457289c85547b036265 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 21:48:18 +0000 Subject: [PATCH] Update pyarrow requirement from >=6.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/arrow/v6.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 4bf0128..63ae346 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ cloudpathlib >= 0.10 icecream >= 2.1 networkx >= 2.8.7 pandas >= 1.4 -pyarrow >= 6.0 +pyarrow >= 21.0.0 pydantic >= 1.10 rdflib >= 6.2 typer[all] >= 0.6