From fee7a21a66b339f45693bdc4579b5fd6ff71f207 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 09:15:11 +0000 Subject: [PATCH] build(deps): bump the pip group across 1 directory with 2 updates Bumps the pip group with 2 updates in the / directory: [torch](https://github.com/pytorch/pytorch) and [transformers](https://github.com/huggingface/transformers). Updates `torch` from 2.6.0 to 2.12.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.12.0) Updates `transformers` from 4.53.0 to 5.0.0rc3 - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](https://github.com/huggingface/transformers/compare/v4.53.0...v5.0.0rc3) --- updated-dependencies: - dependency-name: torch dependency-version: 2.12.0 dependency-type: direct:production - dependency-name: transformers dependency-version: 5.0.0rc3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 66f5845..61f2306 100644 --- a/requirements.txt +++ b/requirements.txt @@ -23,7 +23,7 @@ python-dotenv python-multipart playwright essentia -torch==2.6.0 -transformers==4.53.0 +torch==2.12.0 +transformers==5.0.0rc3 timm uvicorn