From 86083d3985603119e8dfd7f335a1894609035459 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Feb 2025 01:44:56 +0000 Subject: [PATCH] Bump safetensors from 0.5.0 to 0.5.2 in /app Bumps [safetensors](https://github.com/huggingface/safetensors) from 0.5.0 to 0.5.2. - [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.5.0...v0.5.2) --- 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 4f6a80a..6b40738 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -5,7 +5,7 @@ transformers==4.48.1 xformers==0.0.29.post2 invisible_watermark # To help viewers identify the images as machine-generated. -safetensors==0.5.0 # To store tensors safely. +safetensors==0.5.2 # To store tensors safely. controlnet_aux Pillow