From 2bb46e0ed40f08c6b378eda4073a1dc9e7d2e5c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Nov 2023 22:23:15 +0000 Subject: [PATCH] Bump pyarrow from 0.15.1 to 14.0.1 Bumps [pyarrow](https://github.com/apache/arrow) from 0.15.1 to 14.0.1. - [Commits](https://github.com/apache/arrow/compare/apache-arrow-0.15.1...apache-arrow-14.0.1) --- updated-dependencies: - dependency-name: pyarrow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- test_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_requirements.txt b/test_requirements.txt index 8208494..ebf9794 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -1,4 +1,4 @@ -pyarrow==0.15.1 +pyarrow==14.0.1 fastavro>=0.21.0 avro>=1.8.2; python_version < '3.0' # pinned for https://issues.apache.org/jira/browse/AVRO-2576