From b38d9b785e4d6044c7b066304c2d21bb20019b69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 20:58:54 +0000 Subject: [PATCH] Bump diffusers Bumps the pip group with 1 update in the /examples/research_projects/dreambooth_inpaint directory: [diffusers](https://github.com/huggingface/diffusers). Updates `diffusers` from 0.9.0 to 0.38.0 - [Release notes](https://github.com/huggingface/diffusers/releases) - [Commits](https://github.com/huggingface/diffusers/compare/v0.9.0...v0.38.0) --- updated-dependencies: - dependency-name: diffusers dependency-version: 0.38.0 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- examples/research_projects/dreambooth_inpaint/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/research_projects/dreambooth_inpaint/requirements.txt b/examples/research_projects/dreambooth_inpaint/requirements.txt index f17dfab9653b..ac84534612a7 100644 --- a/examples/research_projects/dreambooth_inpaint/requirements.txt +++ b/examples/research_projects/dreambooth_inpaint/requirements.txt @@ -1,4 +1,4 @@ -diffusers==0.9.0 +diffusers==0.38.0 accelerate torchvision transformers>=4.21.0