From 2cd02d5d7c9ad484030c09bd7eccebcc5f029196 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Feb 2026 16:15:39 +0000 Subject: [PATCH] Bump protobuf from 3.17.0 to 5.29.6 in /tools/ci_build Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.17.0 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] --- tools/ci_build/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ci_build/requirements.txt b/tools/ci_build/requirements.txt index d04bea2ea4a81..4d3c8c13e3d9b 100644 --- a/tools/ci_build/requirements.txt +++ b/tools/ci_build/requirements.txt @@ -1,5 +1,5 @@ # packages used by transformers tool test -protobuf==3.17.0 +protobuf==5.29.6 numpy==1.21.0 coloredlogs==15.0 transformers==4.6.1