From 290568907969c6b2f9c0dafbc353618fde84b8d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jul 2024 20:26:41 +0000 Subject: [PATCH] Update pyarrow requirement from <16.1 to <17.1 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...go/v17.0.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 15398b41..c0ec396e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -110,7 +110,7 @@ all = [ ] cfr = [ "pandas<2.2", - "pyarrow<16.1", + "pyarrow<17.1", ] cloud = [ "croud==1.11.1",