From a9a07b519d3bfdcc4b28a72910546fee1e1c6d37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Nov 2023 22:26:57 +0000 Subject: [PATCH] Bump pyarrow from 1.0.1 to 14.0.1 in /ICLR2023 Bumps [pyarrow](https://github.com/apache/arrow) from 1.0.1 to 14.0.1. - [Commits](https://github.com/apache/arrow/compare/apache-arrow-1.0.1...apache-arrow-14.0.1) --- updated-dependencies: - dependency-name: pyarrow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ICLR2023/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ICLR2023/requirements.txt b/ICLR2023/requirements.txt index 11cc109..54e36bb 100644 --- a/ICLR2023/requirements.txt +++ b/ICLR2023/requirements.txt @@ -168,7 +168,7 @@ protobuf==3.18.3 psb2==1.0.0 psutil==5.8.0 ptyprocess==0.7.0 -pyarrow==1.0.1 +pyarrow==14.0.1 pyasn1==0.4.2 pyasn1-modules==0.2.1 pycparser==2.20