From 51fc7f57898e635a9a5d80ac7316ca91e89a680d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Nov 2023 22:37:29 +0000 Subject: [PATCH] build(deps): bump pyarrow from 12.0.0 to 14.0.1 in /api Bumps [pyarrow](https://github.com/apache/arrow) from 12.0.0 to 14.0.1. - [Commits](https://github.com/apache/arrow/compare/go/v12.0.0...apache-arrow-14.0.1) --- updated-dependencies: - dependency-name: pyarrow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/requirements.txt b/api/requirements.txt index e3d7a39..7faad45 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -8,7 +8,7 @@ marshmallow==3.19.0 marshmallow-sqlalchemy==0.29.0 pandas[performance]==2.1.1 psycopg[binary]==3.1.12 -pyarrow==12.0.0 +pyarrow==14.0.1 pymemcache==3.4.0 pyparsing==2.3.0 python-dateutil==2.8.2