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