From a0427f084e5643216aadbdb1eaaa6bbd6251cc48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Nov 2023 22:32:28 +0000 Subject: [PATCH] Bump pyarrow from 0.13.0 to 14.0.1 Bumps [pyarrow](https://github.com/apache/arrow) from 0.13.0 to 14.0.1. - [Commits](https://github.com/apache/arrow/compare/apache-arrow-0.13.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 cd5f567..af9d5e9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ pandas==0.24.2 -pyarrow==0.13.0 +pyarrow==14.0.1 boto3==1.9.177 s3fs==0.2.1 dfmock==0.0.14