From ae220a629fcf01e0546a005167dc3045efee4696 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 15:39:37 +0000 Subject: [PATCH] Update pyarrow requirement from <20,>=15 to >=15,<25 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-24.0.0) --- updated-dependencies: - dependency-name: pyarrow dependency-version: 24.0.0 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..05209ed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ dependencies = [ "pandas >=2.1,<3", - "pyarrow >=15,<20", + "pyarrow >=15,<25", "openpyxl >=3.1,<4", "xlrd >=2.0,<3", "dbfread >=2.0,<3",