From 7c8665b07488d06050867200d756986dd97db6db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 02:58:39 +0000 Subject: [PATCH] deps: bump pyarrow from 16.1.0 to 23.0.1 Bumps [pyarrow](https://github.com/apache/arrow) from 16.1.0 to 23.0.1. - [Release notes](https://github.com/apache/arrow/releases) - [Commits](https://github.com/apache/arrow/compare/r-16.1.0...apache-arrow-23.0.1) --- updated-dependencies: - dependency-name: pyarrow dependency-version: 23.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index fd522a4..e9622dc 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -3,7 +3,7 @@ uvicorn[standard]==0.42.0 psycopg2-binary==2.9.11 python-dateutil==2.9.0.post0 pandas==2.3.3 -pyarrow==16.1.0 +pyarrow==23.0.1 duckdb==0.10.3 boto3==1.42.79 h3==3.7.7