From 194e57053988a629bccb8940e201b4def22620ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 18:32:44 +0000 Subject: [PATCH] [meta]: Update pillow requirement from >=6 to >=12.2.0 Updates the requirements on [pillow](https://github.com/python-pillow/Pillow) to permit the latest version. - [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/6.2.1...12.2.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a1a02e7c..99e3ec07 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ fonttools git+https://github.com/fixator10/F10-Cogs-Utils.git@pre-3.5 mcstatus>=5.1.1 motor>=2.5,<3.0 -pillow>=6 +pillow>=12.2.0 pillow>=6.2.1 pybase64 pymongo>=3.10,<3.12.3