From c3ce3618869f6fdaf78c34055e6fa7d9ff4c6f82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 09:32:30 +0100 Subject: [PATCH] Bump diffusers from 0.32.1 to 0.32.2 in the pip-others group (#4178) Bumps the pip-others group with 1 update: [diffusers](https://github.com/huggingface/diffusers). Updates `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 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-others ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Vladislav Sovrasov --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fa4b942ff1..48ce9f4076 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -90,7 +90,7 @@ base = [ transformers = [ "transformers==4.48.0", - "diffusers==0.32.1", + "diffusers==0.32.2", "torchmetrics[image]>=0.7.0" ]