From 31c95eff2d89f242cf12872a9feea2e5524dbe25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Dec 2023 16:30:00 -0500 Subject: [PATCH] Bump pyarrow from 12.0.1 to 14.0.1 (#483) * Bump pyarrow from 12.0.1 to 14.0.1 Bumps [pyarrow](https://github.com/apache/arrow) from 12.0.1 to 14.0.1. - [Commits](https://github.com/apache/arrow/compare/go/v12.0.1...apache-arrow-14.0.1) --- updated-dependencies: - dependency-name: pyarrow dependency-type: direct:production ... Signed-off-by: dependabot[bot] * Use pyarrow 12 and pyarrow-hotfix for python3.7 --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Seth Shelnutt --- requirements-py3.7.txt | 1 + requirements-py3.9.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements-py3.7.txt b/requirements-py3.7.txt index d9a2fc9e1..73a1dc1a9 100644 --- a/requirements-py3.7.txt +++ b/requirements-py3.7.txt @@ -6,6 +6,7 @@ numpy==1.21.6 packaging==23.2 pandas==1.3.5 pyarrow==12.0.1 +pyarrow_hotfix==0.6.0 python-dateutil==2.8.2 pytz==2023.3.post1 six==1.16.0 diff --git a/requirements-py3.9.txt b/requirements-py3.9.txt index b2b2d231f..b6424d1ad 100644 --- a/requirements-py3.9.txt +++ b/requirements-py3.9.txt @@ -5,7 +5,7 @@ importlib-metadata==6.8.0 numpy==1.26.1 packaging==23.2 pandas==2.1.1 -pyarrow==13.0.0 +pyarrow==14.0.1 python-dateutil==2.8.2 pytz==2023.3.post1 six==1.16.0