From 5d4c5beab0062ae03fe0d70c093202e910462cf9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Nov 2023 23:10:24 +0000 Subject: [PATCH] Bump pyarrow from 11.0.0 to 14.0.1 Bumps [pyarrow](https://github.com/apache/arrow) from 11.0.0 to 14.0.1. - [Commits](https://github.com/apache/arrow/compare/go/v11.0.0...apache-arrow-14.0.1) --- updated-dependencies: - dependency-name: pyarrow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 1835f9d5..43d1d724 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -58,7 +58,7 @@ ptyprocess==0.7.0 # via pexpect pure-eval==0.2.2 # via stack-data -pyarrow==11.0.0 +pyarrow==14.0.1 # via -r requirements.txt pygments==2.16.1 # via ipython diff --git a/requirements.txt b/requirements.txt index 1b154679..48fedbad 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ numpy -pyarrow>=3,<12 +pyarrow>=3,<15 requests urllib3 pandas