From 4f5dedca8202b5377e7d4240b18baca99be9edcc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 11:02:21 +0000 Subject: [PATCH] Bump transformers from 4.55.0 to 5.3.0 in /examples/hra_dreambooth Bumps [transformers](https://github.com/huggingface/transformers) from 4.55.0 to 5.3.0. - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](https://github.com/huggingface/transformers/compare/v4.55.0...v5.3.0) --- updated-dependencies: - dependency-name: transformers dependency-version: 5.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/hra_dreambooth/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/hra_dreambooth/requirements.txt b/examples/hra_dreambooth/requirements.txt index a3ab91a6f0..a16a6a8883 100644 --- a/examples/hra_dreambooth/requirements.txt +++ b/examples/hra_dreambooth/requirements.txt @@ -1,4 +1,4 @@ -transformers==4.55.0 +transformers==5.3.0 accelerate==1.9.0 evaluate tqdm