From 966cee3fcce8f498b63af423a8e41f2de916e8c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Apr 2025 00:15:59 +0000 Subject: [PATCH] build(deps): update pyarrow requirement from <20 to <21 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/apache-arrow-0.1.0...apache-arrow-20.0.0) --- updated-dependencies: - dependency-name: pyarrow dependency-version: 20.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 d3a5f9b6b..37d8b70ae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ "numpy>=1,<3", "pandas>=2.0.0", "packaging", - "pyarrow<20", + "pyarrow<21", "typing-extensions", "python-dateutil>=2", "attrs>=21.3.0",