diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index af546b37c81e8..d22a117763e77 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 5d569f082a817..1d07a7a3ad1b2 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 a616f69a26fba..f721c070bc2df 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 c71fdec81014b..fb06a8a1f86a4 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