From 9343c0aa4f38f539fabb64dca981ea73c24a84b0 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot Date: Tue, 1 Oct 2024 02:43:44 +0000 Subject: [PATCH] fix(deps): Update dependency protobuf to v5.28.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 989ad26..937b0a0 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ "packaging==24.1", "pandas==2.2.3", "pluggy==1.5.0", - "protobuf==5.28.0", + "protobuf==5.28.2", "pyarrow==17.0.0", "pytest==8.3.2", "python-dateutil>=2.8.1",