From 8002a257393fd34d29bf52a9ac88c13268ddb00e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 15:42:45 +0000 Subject: [PATCH] chore(deps)(deps): bump pyarrow from 15.0.0 to 23.0.1 Bumps [pyarrow](https://github.com/apache/arrow) from 15.0.0 to 23.0.1. - [Release notes](https://github.com/apache/arrow/releases) - [Commits](https://github.com/apache/arrow/compare/go/v15.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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b43ed6c..2f6090d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -42,7 +42,7 @@ packaging==24.0 pandas==2.2.2 openpyxl==3.1.2 # For Excel file support odfpy==1.4.1 # For ODS file support -pyarrow==15.0.0 # For Parquet and Feather file support +pyarrow==23.0.1 # For Parquet and Feather file support xlrd==2.0.1 # For Excel file support pillow==10.4.0 protobuf==5.28.3