From f5ca93ff315e62d4fb9f81f60ed1df34e252a164 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot Date: Tue, 1 Oct 2024 00:49:26 +0000 Subject: [PATCH] fix(deps): Update dependency grpcio to v1.66.2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b3fb4d9..1cf4ded 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ black==24.8.0 grpcio-tools==1.66.1 -grpcio==1.66.1 +grpcio==1.66.2 protobuf==5.28.0 pyarrow==17.0.0 pytest==8.3.2