From 2ca3372769e049a9d3afa5b530b35bf1beab5950 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Feb 2026 18:58:28 +0000 Subject: [PATCH] Bump protobuf Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 4.24.4 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: direct:production ... Signed-off-by: dependabot[bot] --- .../data-preparation/gemma-it/src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/use-cases/model-fine-tuning-pipeline/data-preparation/gemma-it/src/requirements.txt b/use-cases/model-fine-tuning-pipeline/data-preparation/gemma-it/src/requirements.txt index 1b1f89041..2be463d2b 100644 --- a/use-cases/model-fine-tuning-pipeline/data-preparation/gemma-it/src/requirements.txt +++ b/use-cases/model-fine-tuning-pipeline/data-preparation/gemma-it/src/requirements.txt @@ -6,6 +6,6 @@ jsonpickle==3.2.2 numpy==1.26.4 openai==1.57.3 pandas==2.2.2 -protobuf==4.24.4 ## lowered version +protobuf==5.29.6 ## lowered version tenacity==9.0.0 thejsonlogger==0.0.3