From 59d7b27610214ad6c265f42824d69875efc1a1b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 04:01:40 +0000 Subject: [PATCH] Bump pillow from 10.1.0 to 12.3.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.1.0 to 12.3.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/10.1.0...12.3.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 61b3ca5..f35a3c9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ requests==2.28.1 openai==0.27.0 pyautogui==0.9.54 -Pillow==10.1.0 +Pillow==12.3.0 backoff==2.1.2 pyqt6==6.3.1; sys_platform == 'darwin' pyobjc==8.5; sys_platform == 'darwin' diff --git a/setup.py b/setup.py index 4cb8680..586a712 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ 'requests==2.28.1', 'openai==1.40.6', 'pyautogui==0.9.54', - 'Pillow==10.1.0', + 'Pillow==12.3.0', 'backoff==2.1.2', 'torchvision', ],