From d71eea4f0be377f6588bb7ff78a05599a9352663 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Feb 2026 20:37:54 +0000 Subject: [PATCH] Bump protobuf from 4.25.8 to 5.29.6 in /plugins/flytekit-onnx-pytorch Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 4.25.8 to 5.29.6. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Commits](https://github.com/protocolbuffers/protobuf/commits) --- updated-dependencies: - dependency-name: protobuf dependency-version: 5.29.6 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- plugins/flytekit-onnx-pytorch/dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/flytekit-onnx-pytorch/dev-requirements.txt b/plugins/flytekit-onnx-pytorch/dev-requirements.txt index d2d7055fa1..55db299c5a 100644 --- a/plugins/flytekit-onnx-pytorch/dev-requirements.txt +++ b/plugins/flytekit-onnx-pytorch/dev-requirements.txt @@ -73,7 +73,7 @@ pillow==10.3.0 # via # -r dev-requirements.in # torchvision -protobuf==4.25.8 +protobuf==5.29.6 # via onnxruntime requests==2.32.2 # via torchvision