From 7523bb347f7715bf3d05110440ddfc41d6ac4ff3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 00:12:01 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 3 updates Bumps the pip group with 3 updates in the / directory: [pillow](https://github.com/python-pillow/Pillow), [torch](https://github.com/pytorch/pytorch) and [transformers](https://github.com/huggingface/transformers). Updates `pillow` from 12.0.0 to 12.2.0 - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/12.0.0...12.2.0) 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.57.3 to 5.0.0rc3 - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](https://github.com/huggingface/transformers/compare/v4.57.3...v5.0.0rc3) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.2.0 dependency-type: direct:production dependency-group: pip - dependency-name: torch dependency-version: 2.12.0 dependency-type: direct:production dependency-group: pip - dependency-name: transformers dependency-version: 5.0.0rc3 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 19fbd9e..6803e5f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,13 +7,13 @@ numpy==2.3.5 opencv_contrib_python==4.11.0.86 opencv_python==4.11.0.86 opencv_python_headless==4.11.0.86 -Pillow==12.0.0 +Pillow==12.2.0 pycocoevalcap==1.2 PyYAML==6.0.3 scipy==1.16.3 sacrebleu==2.5.1 -torch==2.6.0 +torch==2.12.0 torchvision==0.21.0 tqdm==4.67.1 -transformers==4.57.3 +transformers==5.0.0rc3 webvtt_py==0.5.1 \ No newline at end of file