From d11f2e2772032e93406e850502f854024c93d708 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 14:16:19 +0000 Subject: [PATCH] fix(deps): bump pillow from 9.4.0 to 12.0.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.4.0 to 12.0.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/9.4.0...12.0.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index df2f240..b1ea7f0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ RPi.GPIO==0.7.1 spidev==3.5 -Pillow==9.4.0 +Pillow==12.0.0 numpy==2.1.3 rich==13.9.4 pandas==2.2.3