From 8a3406ec23c711da0bc4bb872e7005acbfcdb754 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Aug 2025 19:58:29 +0000 Subject: [PATCH] Bump transformers in /tools/ci_build/requirements/transformers-test Bumps [transformers](https://github.com/huggingface/transformers) from 4.48.0 to 4.53.0. - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](https://github.com/huggingface/transformers/compare/v4.48.0...v4.53.0) --- updated-dependencies: - dependency-name: transformers dependency-version: 4.53.0 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..432ff2c6865aa 100644 --- a/tools/ci_build/requirements/transformers-test/requirements.txt +++ b/tools/ci_build/requirements/transformers-test/requirements.txt @@ -6,7 +6,7 @@ numpy==1.21.6 ; python_version < '3.9' numpy==2.0.0 ; python_version >= '3.9' torch coloredlogs==15.0 -transformers==4.48.0 +transformers==4.53.0 parameterized>=0.8.1 sentencepiece psutil