From 973375393f7c2f56c27b10e6362d5c7c8dc0425c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Nov 2023 22:48:37 +0000 Subject: [PATCH] Bump pyarrow from 2.0.0 to 14.0.1 in /service/app Bumps [pyarrow](https://github.com/apache/arrow) from 2.0.0 to 14.0.1. - [Commits](https://github.com/apache/arrow/compare/apache-arrow-2.0.0...apache-arrow-14.0.1) --- updated-dependencies: - dependency-name: pyarrow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- service/app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/app/requirements.txt b/service/app/requirements.txt index 4d428e3..92028f2 100644 --- a/service/app/requirements.txt +++ b/service/app/requirements.txt @@ -2,6 +2,6 @@ boto3 numpy pandas psutil -pyarrow==2.0.0 +pyarrow==14.0.1 pyyaml snappy \ No newline at end of file