From a82b42c0240d8ff95b8c1059bc004c1de32ec5c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 10:50:00 +0000 Subject: [PATCH] Bump pillow from 12.2.0 to 12.3.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 12.2.0 to 12.3.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.2.0...12.3.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- homeassistant/package_constraints.txt | 2 +- pyproject.toml | 2 +- requirements.txt | 2 +- requirements_all.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index af546b37c81e89..d22a117763e779 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -50,7 +50,7 @@ openai==2.21.0 orjson==3.11.9 packaging>=23.1 paho-mqtt==2.1.0 -Pillow==12.2.0 +Pillow==12.3.0 propcache==0.5.2 psutil-home-assistant==0.0.1 PyJWT==2.12.1 diff --git a/pyproject.toml b/pyproject.toml index 5d569f082a8171..1d07a7a3ad1b20 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ dependencies = [ "PyJWT==2.12.1", # PyJWT has loose dependency. We want the latest one. "cryptography==48.0.0", - "Pillow==12.2.0", + "Pillow==12.3.0", "propcache==0.5.2", "pyOpenSSL==26.2.0", "orjson==3.11.9", diff --git a/requirements.txt b/requirements.txt index a616f69a26fba5..f721c070bc2df9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -36,7 +36,7 @@ lru-dict==1.4.1 mutagen==1.47.0 orjson==3.11.9 packaging>=23.1 -Pillow==12.2.0 +Pillow==12.3.0 propcache==0.5.2 psutil-home-assistant==0.0.1 PyJWT==2.12.1 diff --git a/requirements_all.txt b/requirements_all.txt index c71fdec81014b8..fb06a8a1f86a4a 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -38,7 +38,7 @@ PSNAWP==3.0.3 # homeassistant.components.qrcode # homeassistant.components.seven_segments # homeassistant.components.sighthound -Pillow==12.2.0 +Pillow==12.3.0 # homeassistant.components.plex PlexAPI==4.15.16