From 6c04b2ef7a8435f76351566c0f4ad78585d7c942 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 23:19:05 +0000 Subject: [PATCH] Bump pyarrow from 16.1.0 to 18.0.0 Bumps [pyarrow](https://github.com/apache/arrow) from 16.1.0 to 18.0.0. - [Release notes](https://github.com/apache/arrow/releases) - [Commits](https://github.com/apache/arrow/compare/r-16.1.0...apache-arrow-18.0.0) --- updated-dependencies: - dependency-name: pyarrow dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 67be4519..bd975545 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ numpy==1.26.4 orjson==3.10.11 pandas==2.2.3 protobuf==5.28.3 -pyarrow==17.0.0 +pyarrow==18.0.0 python-dotenv==1.0.1 pyyaml requests==2.32.3