From 094080479b40ac9d1f4b85331d65c186e7515847 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 06:19:39 +0000 Subject: [PATCH] Update pyarrow requirement from <20,>=15 to >=15,<24 Updates the requirements on [pyarrow](https://github.com/apache/arrow) to permit the latest version. - [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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 599ee0d..eb5f254 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ dependencies = [ "pandas >=2.1,<3", - "pyarrow >=15,<20", + "pyarrow >=15,<24", "openpyxl >=3.1,<4", "xlrd >=2.0,<3", "dbfread >=2.0,<3",