From cf69551406e49cebbc71ceccff91a6b232f1c816 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 06:59:55 +0000 Subject: [PATCH] Bump pillow from 11.0.0 to 12.1.1 Bumps [pillow](https://github.com/python-pillow/Pillow) from 11.0.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.0.0...12.1.1) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.1.1 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 20009ba..f3f2bca 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==11.0.0", + "pillow==12.1.1", "pyautogui==0.9.54", "pyinstaller==6.11.0", "pynput==1.7.7", diff --git a/requirements.txt b/requirements.txt index eb8c877..d73b4f2 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==11.0.0 +pillow==12.1.1 pyautogui==0.9.54 pyinstaller==6.11.0 pynput==1.7.7