From d6178e650e91b6e30fbc58ab53f8a4cd9f201c77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 20:23:30 +0000 Subject: [PATCH] Bump transformers from 4.52.4 to 5.5.0 in /.jenkins Bumps [transformers](https://github.com/huggingface/transformers) from 4.52.4 to 5.5.0. - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](https://github.com/huggingface/transformers/compare/v4.52.4...v5.5.0) --- updated-dependencies: - dependency-name: transformers dependency-version: 5.5.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .jenkins/requirements-test-hpu.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.jenkins/requirements-test-hpu.txt b/.jenkins/requirements-test-hpu.txt index 354847f06d26..6ccaf11ff54d 100644 --- a/.jenkins/requirements-test-hpu.txt +++ b/.jenkins/requirements-test-hpu.txt @@ -1,4 +1,4 @@ lm_eval==0.4.8 pytest pytest_asyncio -transformers==4.52.4 # workaround for Qwen2.5 issue with transformers 4.53.0 +transformers==5.5.0 # workaround for Qwen2.5 issue with transformers 4.53.0