From 42d864b5734494ae11c9f4dc31c04099027ba6d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 23:41:04 +0000 Subject: [PATCH] Bump pillow from 12.1.1 to 12.2.0 in /trainer Bumps [pillow](https://github.com/python-pillow/Pillow) from 12.1.1 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.1.1...12.2.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- trainer/pyproject.toml | 2 +- trainer/requirements.txt | 2 +- trainer/requirements_base_no_torch.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/trainer/pyproject.toml b/trainer/pyproject.toml index 2ce2721..53390d2 100644 --- a/trainer/pyproject.toml +++ b/trainer/pyproject.toml @@ -12,7 +12,7 @@ classifiers = [ "Programming Language :: Python :: 3", ] dependencies = [ - "Pillow==12.1.1", + "Pillow==12.2.0", "imagecodecs==2025.8.2", "numpy==2.3.4", "scikit-image==0.25.2", diff --git a/trainer/requirements.txt b/trainer/requirements.txt index b703f9e..1303d9d 100644 --- a/trainer/requirements.txt +++ b/trainer/requirements.txt @@ -3,7 +3,7 @@ numpy==2.3.4 pytest==8.4.2 scikit-image==0.25.2 scipy==1.16.2 -pillow==12.1.1 +pillow==12.2.0 # ---- PyTorch: platform-specific pins ---- # macOS (MPS/CPU wheels from PyPI) diff --git a/trainer/requirements_base_no_torch.txt b/trainer/requirements_base_no_torch.txt index 59ef813..6e97334 100644 --- a/trainer/requirements_base_no_torch.txt +++ b/trainer/requirements_base_no_torch.txt @@ -3,4 +3,4 @@ numpy==2.3.4 pytest==8.4.2 scikit-image==0.25.2 scipy==1.16.2 -pillow==12.1.1 +pillow==12.2.0