From 44bca09b42a0a1f2ad910d594c90e87e51ccb505 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot Date: Wed, 1 Jan 2025 02:08:45 +0000 Subject: [PATCH] fix(deps): Update dependency protobuf to v5.29.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4668260..3a603a6 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ "packaging==24.2", "pandas==2.2.3", "pluggy==1.5.0", - "protobuf==5.29.0", + "protobuf==5.29.2", "pyarrow==18.1.0", "pytest==8.3.4", "python-dateutil>=2.8.1",