From 93ea7c811f50f0cb1815f7254c89ba86708fac10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 05:44:56 +0000 Subject: [PATCH] chore: update pillow requirement from <13,>=12.2.0 to >=12.3.0,<13 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/12.2.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 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a52e4de..a03440e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,5 +5,5 @@ # Pure host-side: nothing here touches the device firmware; these just drive the USB-CDC ports. pyserial==3.5 # the USB-CDC transport for every host script (control + bridge ports) -Pillow>=12.2.0,<13 # OPTIONAL: only `hackagotchi_ctl.py shot` (OLED screenshot -> PNG) uses it; +Pillow>=12.3.0,<13 # OPTIONAL: only `hackagotchi_ctl.py shot` (OLED screenshot -> PNG) uses it; # without it `shot` falls back to a dependency-free .pgm. Safe to omit.