From af78791062f5c04f6f50cf3a54b59f0756b112c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Jun 2025 04:10:13 +0000 Subject: [PATCH] Bump protobuf from 4.25.0 to 4.25.8 in /plugins/flytekit-onnx-pytorch Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 4.25.0 to 4.25.8. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](https://github.com/protocolbuffers/protobuf/compare/v4.25.0...v4.25.8) --- updated-dependencies: - dependency-name: protobuf dependency-version: 4.25.8 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 9d212157aa..d2d7055fa1 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.0 +protobuf==4.25.8 # via onnxruntime requests==2.32.2 # via torchvision