From baca01d2041f1c8d1efd4327ec2e7c03e80a9b6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 04:08:40 +0000 Subject: [PATCH] Update pyarrow requirement from <16.1 to <16.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...r-16.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 220b55a6..ce969cf0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -111,7 +111,7 @@ all = [ ] cfr = [ "pandas<2.2", - "pyarrow<16.1", + "pyarrow<16.2", ] cloud = [ "croud==1.11.1",