From 960f2bc0abea52a1fab883613a4bce77aa16fafb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Nov 2023 23:02:10 +0000 Subject: [PATCH] Bump pyarrow from 8.0.0 to 14.0.1 in /2022_code Bumps [pyarrow](https://github.com/apache/arrow) from 8.0.0 to 14.0.1. - [Commits](https://github.com/apache/arrow/compare/go/v8.0.0...apache-arrow-14.0.1) --- updated-dependencies: - dependency-name: pyarrow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- 2022_code/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2022_code/requirements.txt b/2022_code/requirements.txt index 030b3f7d..f2f8af55 100644 --- a/2022_code/requirements.txt +++ b/2022_code/requirements.txt @@ -60,7 +60,7 @@ pluggy==1.0.0 Protego==0.2.1 proto-plus==1.20.4 protobuf==3.20.1 -pyarrow==8.0.0 +pyarrow==14.0.1 pyasn1==0.4.8 pyasn1-modules==0.2.8 pycparser==2.21