From cadcdf59f6a650eb08796638d4d9d7039b9f0f11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Aug 2025 20:15:09 +0000 Subject: [PATCH] build(deps): bump the pip group with 2 updates Bumps the pip group with 2 updates: [torch](https://github.com/pytorch/pytorch) and [transformers](https://github.com/huggingface/transformers). Updates `torch` from 2.6.0 to 2.8.0 - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](https://github.com/pytorch/pytorch/compare/v2.6.0...v2.8.0) Updates `transformers` from 4.52.3 to 4.53.0 - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](https://github.com/huggingface/transformers/compare/v4.52.3...v4.53.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.8.0 dependency-type: direct:production dependency-group: pip - dependency-name: transformers dependency-version: 4.53.0 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index ff8568c..b2ad29a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ accelerate==1.7.0 diffusers==0.33.1 -torch==2.6.0 -transformers==4.52.3 +torch==2.8.0 +transformers==4.53.0