From 3fc56c16c204c51fffb2f7574a51a0466645bea2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Nov 2023 22:23:09 +0000 Subject: [PATCH] Bump pyarrow from 0.13.0 to 14.0.1 in /hardware/arrays/test/arrayreader 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] --- hardware/arrays/test/arrayreader/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hardware/arrays/test/arrayreader/requirements.txt b/hardware/arrays/test/arrayreader/requirements.txt index 449ae1a39..743025a0d 100644 --- a/hardware/arrays/test/arrayreader/requirements.txt +++ b/hardware/arrays/test/arrayreader/requirements.txt @@ -1,2 +1,2 @@ -pyarrow==0.13.0 +pyarrow==14.0.1 enum==0.4.6