From 9c91bf99093c3c42a981525c1600e26781118836 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot Date: Fri, 1 Nov 2024 02:47:21 +0000 Subject: [PATCH] fix(deps): Update dependency pyarrow to v18 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 45c628c..9b949f0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,5 @@ black==24.10.0 grpcio-tools==1.66.2 grpcio==1.67.1 protobuf==5.28.3 -pyarrow==17.0.0 +pyarrow==18.0.0 pytest==8.3.3