From ef183af1527e15e69609cec4445a9e869c5abaf9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 15:45:44 +0000 Subject: [PATCH] build(deps): bump pyarrow from 14.0.2 to 22.0.0 in /dataproxy_sdk/python Bumps [pyarrow](https://github.com/apache/arrow) from 14.0.2 to 22.0.0. - [Release notes](https://github.com/apache/arrow/releases) - [Commits](https://github.com/apache/arrow/compare/go/v14.0.2...apache-arrow-22.0.0) --- updated-dependencies: - dependency-name: pyarrow dependency-version: 22.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- dataproxy_sdk/python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dataproxy_sdk/python/requirements.txt b/dataproxy_sdk/python/requirements.txt index 471ff7c..119ca57 100644 --- a/dataproxy_sdk/python/requirements.txt +++ b/dataproxy_sdk/python/requirements.txt @@ -1,2 +1,2 @@ -pyarrow==14.0.2 +pyarrow==22.0.0 numpy<2.0 \ No newline at end of file