From e772d50556834b802a16d6276ced09b0ff25dcfc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 17:03:47 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 2 updates Bumps the pip group with 2 updates in the / directory: [pillow](https://github.com/python-pillow/Pillow) and torch. Updates `pillow` from 11.1.0 to 12.1.1 - [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/11.1.0...12.1.1) Updates `torch` from 2.7.0+cu118 to 2.7.1+cu118 --- updated-dependencies: - dependency-name: pillow dependency-version: 12.1.1 dependency-type: direct:production dependency-group: pip - dependency-name: torch dependency-version: 2.7.1+cu118 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 94d9740..597f676 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,8 +4,8 @@ pyyaml==6.0.2 numpy==1.26.4 scikit-learn==1.5.1 opencv-python==4.10.0.84 -pillow==11.1.0 +pillow==12.1.1 -torch==2.7.0+cu118 +torch==2.7.1+cu118 torchvision==0.22.0+cu118 xformers==0.0.30 \ No newline at end of file