From 4c2c2a5b83e29b98165f806a731472318e150157 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot Date: Thu, 1 Aug 2024 01:41:50 +0000 Subject: [PATCH] fix(deps): Update dependency protobuf to v5.27.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 127881b..49a4261 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ "packaging==24.1", "pandas==2.2.2", "pluggy==1.5.0", - "protobuf==5.27.2", + "protobuf==5.27.3", "pyarrow==16.1.0", "pytest==8.2.2", "python-dateutil>=2.8.1",