From 85daafc50d73a673a0b1f1decc3abea17505a88a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 20:29:57 +0000 Subject: [PATCH] Bump transformers from 4.55.0 to 5.5.0 in /examples/hra_dreambooth Bumps [transformers](https://github.com/huggingface/transformers) from 4.55.0 to 5.5.0. - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](https://github.com/huggingface/transformers/compare/v4.55.0...v5.5.0) --- updated-dependencies: - dependency-name: transformers dependency-version: 5.5.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..d5fa1a678c 100644 --- a/examples/hra_dreambooth/requirements.txt +++ b/examples/hra_dreambooth/requirements.txt @@ -1,4 +1,4 @@ -transformers==4.55.0 +transformers==5.5.0 accelerate==1.9.0 evaluate tqdm