From ed63954843e7d1751ce5ffdd1c757db03b8b564b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 05:22:07 +0000 Subject: [PATCH] Update pyarrow requirement from <18.0,>=14.0 to >=14.0,<19.0 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/v14.0.0...apache-arrow-18.0.0) --- updated-dependencies: - dependency-name: pyarrow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements_full.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_full.txt b/requirements_full.txt index a448265d6..2efc077f4 100644 --- a/requirements_full.txt +++ b/requirements_full.txt @@ -9,7 +9,7 @@ pint>=0.15,<1 # Plugins PyYAML>=5.4.1,<7 pandas>=1.2,<2.3 -pyarrow>=14.0,<18.0 +pyarrow>=14.0,<19.0 tables>=3.8,<5.0 openpyxl>=3.0.9,<3.2 jinja2>=3.0,<4