From cd1bd2c0f0ce837d912b2c8db6218633d557263d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Jun 2025 16:43:11 +0000 Subject: [PATCH] Bump protobuf in /tools/ci_build/requirements/transformers-test Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 4.21.12 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/commits/v4.25.8) --- updated-dependencies: - dependency-name: protobuf dependency-version: 4.25.8 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tools/ci_build/requirements/transformers-test/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ci_build/requirements/transformers-test/requirements.txt b/tools/ci_build/requirements/transformers-test/requirements.txt index 84a86dea6adcd..013ab7f881a35 100644 --- a/tools/ci_build/requirements/transformers-test/requirements.txt +++ b/tools/ci_build/requirements/transformers-test/requirements.txt @@ -1,7 +1,7 @@ # packages used by transformers python unittest packaging # protobuf and numpy is same as tools/ci_build/github/linux/docker/scripts/manylinux/requirements.txt -protobuf==4.21.12 +protobuf==4.25.8 numpy==1.21.6 ; python_version < '3.9' numpy==2.0.0 ; python_version >= '3.9' torch