From 3f4658ce30f3bdfc4f0c8b62bfe5ee20cdf48459 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 05:02:21 +0000 Subject: [PATCH] Update pyarrow requirement from <18.1 to <18.2 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-18.1.0) --- updated-dependencies: - dependency-name: pyarrow 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 98668e5..76f7e94 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -115,7 +115,7 @@ all = [ cfr = [ "pandas<2.3", "polars<1.15", - "pyarrow<18.1", + "pyarrow<18.2", ] cloud = [ "croud==1.12.0",