From 48f90abe5b8a1f1ba2167eac8665106170474216 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Apr 2026 04:52:15 +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 e7935bc..220a3bc 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -2,7 +2,7 @@ fastapi==0.135.2 uvicorn[standard]==0.42.0 python-dateutil==2.9.0.post0 pandas==2.3.3 -pyarrow==16.1.0 +pyarrow==23.0.1 duckdb==0.10.3 h3==3.7.7 python-dotenv==1.2.2