From 8c898e9ab4326fc285eceb659dcac3d3cb499bab Mon Sep 17 00:00:00 2001 From: CloudQuery Bot Date: Tue, 1 Jul 2025 06:48:53 +0000 Subject: [PATCH 1/2] fix(deps): Update dependency grpcio-tools to v1.73.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f4abbe9..9d0fb49 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ black==25.1.0 -grpcio-tools==1.71.0 +grpcio-tools==1.73.0 grpcio==1.73.0 protobuf==5.29.5 pyarrow==19.0.1 From 3e0f687e140263e777259236d1a83418038bbbd2 Mon Sep 17 00:00:00 2001 From: Erez Rokah Date: Tue, 1 Jul 2025 10:12:55 +0100 Subject: [PATCH 2/2] Update requirements.txt --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9d0fb49..195174f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ black==25.1.0 grpcio-tools==1.73.0 grpcio==1.73.0 -protobuf==5.29.5 +protobuf>=6.30.0 pyarrow==19.0.1 pytest==8.3.5