diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index 7c1a87048a5852..c9f4abaa293300 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -50,7 +50,7 @@ openai==2.21.0 orjson==3.11.7 packaging>=23.1 paho-mqtt==2.1.0 -Pillow==12.1.1 +Pillow==12.2.0 propcache==0.4.1 psutil-home-assistant==0.0.1 PyJWT==2.10.1 diff --git a/pyproject.toml b/pyproject.toml index 3d100ae5e1c64f..071623c90c4418 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ dependencies = [ "PyJWT==2.10.1", # PyJWT has loose dependency. We want the latest one. "cryptography==46.0.7", - "Pillow==12.1.1", + "Pillow==12.2.0", "propcache==0.4.1", "pyOpenSSL==26.0.0", "orjson==3.11.7", diff --git a/requirements.txt b/requirements.txt index 7da4bc32560717..b8976bd045ac52 100644 --- a/requirements.txt +++ b/requirements.txt @@ -36,7 +36,7 @@ lru-dict==1.3.0 mutagen==1.47.0 orjson==3.11.7 packaging>=23.1 -Pillow==12.1.1 +Pillow==12.2.0 propcache==0.4.1 psutil-home-assistant==0.0.1 PyJWT==2.10.1 diff --git a/requirements_all.txt b/requirements_all.txt index 21f262b57e969f..8b1d9022753c0e 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.1.1 +Pillow==12.2.0 # homeassistant.components.plex PlexAPI==4.15.16 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index f0d76882b6bbcb..4c75fbdb45484c 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -38,7 +38,7 @@ PSNAWP==3.0.3 # homeassistant.components.qrcode # homeassistant.components.seven_segments # homeassistant.components.sighthound -Pillow==12.1.1 +Pillow==12.2.0 # homeassistant.components.plex PlexAPI==4.15.16