From 9659217e9320104a2f6c1dc5fa2f8cf75fff7ebb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Nov 2023 22:22:59 +0000 Subject: [PATCH] Bump pyarrow from 0.15.0 to 14.0.1 Bumps [pyarrow](https://github.com/apache/arrow) from 0.15.0 to 14.0.1. - [Commits](https://github.com/apache/arrow/compare/apache-arrow-0.15.0...apache-arrow-14.0.1) --- updated-dependencies: - dependency-name: pyarrow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6bcac8f..e364588 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,5 @@ findspark==2.0.1 numpy==1.25.2 setuptools==68.2.2 pyspark==2.4.0 -pyarrow==0.15.0 +pyarrow==14.0.1 sklearn==0.21.2