From 1ee96246150e22f366b2236fb8b4e1cdd79742a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 01:51:50 +0000 Subject: [PATCH] Bump safetensors from 0.4.4 to 0.4.5 in /app Bumps [safetensors](https://github.com/huggingface/safetensors) from 0.4.4 to 0.4.5. - [Release notes](https://github.com/huggingface/safetensors/releases) - [Changelog](https://github.com/huggingface/safetensors/blob/main/RELEASE.md) - [Commits](https://github.com/huggingface/safetensors/compare/v0.4.4...v0.4.5) --- updated-dependencies: - dependency-name: safetensors 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 bf67b96..92243d1 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -5,7 +5,7 @@ transformers==4.44.2 xformers==0.0.27.post2 invisible_watermark # To help viewers identify the images as machine-generated. -safetensors==0.4.4 # To store tensors safely. +safetensors==0.4.5 # To store tensors safely. controlnet_aux Pillow