From 5b4182bff74b76112edaefbdb497498e369b5cef Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Feb 2023 13:07:52 +0000 Subject: [PATCH] Update dependency protobuf to v3.20.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 66616752..8cc921d9 100644 --- a/setup.py +++ b/setup.py @@ -67,7 +67,7 @@ "scipy": ["scipy"], "onnx": ["onnx"], "onnxruntime": [ - "protobuf==3.20.1", + "protobuf==3.20.3", "onnxruntime<1.14", ], # TODO - see if it can be merged with onnx "catboost": ["catboost"],