From 3cb04c20cb9c4519c0f09feca3cf4aa105a7251e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 01:54:57 +0000 Subject: [PATCH] Bump diffusers[torch] from 0.32.1 to 0.32.2 in /app Bumps [diffusers[torch]](https://github.com/huggingface/diffusers) from 0.32.1 to 0.32.2. - [Release notes](https://github.com/huggingface/diffusers/releases) - [Commits](https://github.com/huggingface/diffusers/compare/v0.32.1...v0.32.2) --- updated-dependencies: - dependency-name: diffusers[torch] dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index 410c0ab..5d6dde6 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -1,4 +1,4 @@ -diffusers[torch]==0.32.1 +diffusers[torch]==0.32.2 accelerate torch==2.4.1 transformers==4.48.0