From 7fedf049c4173384df8faed43a972df988b0fe3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 13:40:18 +0000 Subject: [PATCH] build(deps): bump pyarrow from 21.0.0 to 23.0.1 in /integration-tests Bumps [pyarrow](https://github.com/apache/arrow) from 21.0.0 to 23.0.1. - [Release notes](https://github.com/apache/arrow/releases) - [Commits](https://github.com/apache/arrow/compare/apache-arrow-21.0.0...apache-arrow-23.0.1) --- updated-dependencies: - dependency-name: pyarrow dependency-version: 23.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- integration-tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-tests/requirements.txt b/integration-tests/requirements.txt index 7f8cec72..eb9515a3 100644 --- a/integration-tests/requirements.txt +++ b/integration-tests/requirements.txt @@ -1,7 +1,7 @@ # The HTTP suite. pytest==8.3.5 requests==2.34.2 -pyarrow==21.0.0 +pyarrow==23.0.1 # The reference writers for formats/, one per format. Each file skips itself when its writer is # absent, so these are only needed for the formats you want to run. Pinned exactly: a writer