From 7108b9a0f5099f98e5bfbf1302b90e581c8b68a3 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot Date: Tue, 1 Apr 2025 03:14:40 +0000 Subject: [PATCH] fix(deps): Update dependency protobuf to v5.29.4 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index cbe39fe..faa53b1 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.3", + "protobuf==5.29.4", "pyarrow==19.0.1", "pytest==8.3.4", "python-dateutil>=2.8.1",