From be2de3ae7e3dd47be7cdd09847a7a6536ef7557c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 04:39:35 +0000 Subject: [PATCH] Bump pillow from 12.1.1 to 12.2.0 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] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f3f2bca..d5b097b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dependencies = [ "mss==10.0.0", "numpy==2.1.2", "opencv-python==4.11.0.86", - "pillow==12.1.1", + "pillow==12.2.0", "pyautogui==0.9.54", "pyinstaller==6.11.0", "pynput==1.7.7", diff --git a/requirements.txt b/requirements.txt index d73b4f2..28ce2f6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ dhooks-lite mss==10.0.0 numpy==2.1.2 opencv-python==4.11.0.86 -pillow==12.1.1 +pillow==12.2.0 pyautogui==0.9.54 pyinstaller==6.11.0 pynput==1.7.7