From 864914fd2a320508ce171ff022abd8bfbd613ff6 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 1 Oct 2023 00:35:00 +0000 Subject: [PATCH] fix(deps): Update dependency protobuf to v4.24.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 454fc3f..b724885 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ "packaging==23.1", "pandas==2.1.0", "pluggy==1.3.0", - "protobuf==4.24.2", + "protobuf==4.24.3", "pyarrow==12.0.1", "pytest==7.4.0", "python-dateutil==2.8.2",