From f2b41a76fef5656182716ab13e9f5b32e49a4e80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 19:46:40 +0000 Subject: [PATCH] Bump protobuf in /plugins/flytekit-onnx-scikitlearn Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 4.25.0 to 7.34.0rc1. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Commits](https://github.com/protocolbuffers/protobuf/commits) --- updated-dependencies: - dependency-name: protobuf dependency-version: 7.34.0rc1 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- plugins/flytekit-onnx-scikitlearn/dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/flytekit-onnx-scikitlearn/dev-requirements.txt b/plugins/flytekit-onnx-scikitlearn/dev-requirements.txt index 00575bf959..09ac2dcd6f 100644 --- a/plugins/flytekit-onnx-scikitlearn/dev-requirements.txt +++ b/plugins/flytekit-onnx-scikitlearn/dev-requirements.txt @@ -18,7 +18,7 @@ onnxruntime==1.16.1 # via -r dev-requirements.in packaging==23.2 # via onnxruntime -protobuf==4.25.0 +protobuf==7.34.0rc1 # via onnxruntime sympy==1.12 # via onnxruntime