From 0da0025c7a5f7256476fc57824bc64daad935e76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Sep 2025 18:54:53 +0000 Subject: [PATCH] Bump transformers in /tools/ci_build/requirements/transformers-test Bumps [transformers](https://github.com/huggingface/transformers) from 4.46.3 to 4.53.0. - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](https://github.com/huggingface/transformers/compare/v4.46.3...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 14aeff3df9c62..dbe34389298c2 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.46.3 +transformers==4.53.0 parameterized>=0.8.1 psutil einops