From 36f52e376f3bdbd3f201e94d6ebe067a975d6fd5 Mon Sep 17 00:00:00 2001 From: Alex Shcherbakov Date: Fri, 10 Nov 2023 10:47:24 +0200 Subject: [PATCH] fix(deps): Update `pyarrow` to `v14.0.1` [SECURITY] (#83) Required for https://github.com/cloudquery/cloudquery/pull/15211 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b18425f..392e207 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ "pandas==2.1.2", "pluggy==1.3.0", "protobuf==4.24.4", - "pyarrow==13.0.0", + "pyarrow==14.0.1", "pytest==7.4.3", "python-dateutil==2.8.2", "pytz==2023.3.post1",