From 14d55c5e030dc8107ad885d971db5789c4c822ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Nov 2023 22:50:34 +0000 Subject: [PATCH] Bump pyarrow from 4.0.0 to 14.0.1 in /creative/app Bumps [pyarrow](https://github.com/apache/arrow) from 4.0.0 to 14.0.1. - [Commits](https://github.com/apache/arrow/compare/apache-arrow-4.0.0...apache-arrow-14.0.1) --- updated-dependencies: - dependency-name: pyarrow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- creative/app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/creative/app/requirements.txt b/creative/app/requirements.txt index 465a009..2cf3df0 100644 --- a/creative/app/requirements.txt +++ b/creative/app/requirements.txt @@ -6,7 +6,7 @@ google-cloud-bigquery==2.14.0 google-cloud-bigquery-storage==2.4.0 pandas==1.2.4 ipython==7.31.1 -pyarrow==4.0.0 +pyarrow==14.0.1 pytest==6.2.3 mock-firestore==0.10.0 Flask-BasicAuth==0.2.0