diff --git a/homeassistant/components/doods/manifest.json b/homeassistant/components/doods/manifest.json index 6505f63d363..bee7cb77b29 100644 --- a/homeassistant/components/doods/manifest.json +++ b/homeassistant/components/doods/manifest.json @@ -6,5 +6,5 @@ "iot_class": "local_polling", "loggers": ["pydoods"], "quality_scale": "legacy", - "requirements": ["pydoods==1.0.2", "Pillow==12.1.1"] + "requirements": ["pydoods==1.0.2", "Pillow==12.2.0"] } diff --git a/homeassistant/components/generic/manifest.json b/homeassistant/components/generic/manifest.json index b6d354b6f60..d5ed450df1d 100644 --- a/homeassistant/components/generic/manifest.json +++ b/homeassistant/components/generic/manifest.json @@ -7,5 +7,5 @@ "documentation": "https://www.home-assistant.io/integrations/generic", "integration_type": "device", "iot_class": "local_push", - "requirements": ["av==16.0.1", "Pillow==12.1.1"] + "requirements": ["av==16.0.1", "Pillow==12.2.0"] } diff --git a/homeassistant/components/image_upload/manifest.json b/homeassistant/components/image_upload/manifest.json index 394e1871d29..8379e224a0a 100644 --- a/homeassistant/components/image_upload/manifest.json +++ b/homeassistant/components/image_upload/manifest.json @@ -7,5 +7,5 @@ "documentation": "https://www.home-assistant.io/integrations/image_upload", "integration_type": "system", "quality_scale": "internal", - "requirements": ["Pillow==12.1.1"] + "requirements": ["Pillow==12.2.0"] } diff --git a/homeassistant/components/matrix/manifest.json b/homeassistant/components/matrix/manifest.json index 2ad943a8490..8755819e950 100644 --- a/homeassistant/components/matrix/manifest.json +++ b/homeassistant/components/matrix/manifest.json @@ -6,5 +6,5 @@ "iot_class": "cloud_push", "loggers": ["matrix_client"], "quality_scale": "legacy", - "requirements": ["matrix-nio==0.25.2", "Pillow==12.1.1", "aiofiles==24.1.0"] + "requirements": ["matrix-nio==0.25.2", "Pillow==12.2.0", "aiofiles==24.1.0"] } diff --git a/homeassistant/components/proxy/manifest.json b/homeassistant/components/proxy/manifest.json index dfdb172f675..4c89754f04f 100644 --- a/homeassistant/components/proxy/manifest.json +++ b/homeassistant/components/proxy/manifest.json @@ -4,5 +4,5 @@ "codeowners": [], "documentation": "https://www.home-assistant.io/integrations/proxy", "quality_scale": "legacy", - "requirements": ["Pillow==12.1.1"] + "requirements": ["Pillow==12.2.0"] } diff --git a/homeassistant/components/qrcode/manifest.json b/homeassistant/components/qrcode/manifest.json index 25cce8f09c4..901ef3384b4 100644 --- a/homeassistant/components/qrcode/manifest.json +++ b/homeassistant/components/qrcode/manifest.json @@ -6,5 +6,5 @@ "iot_class": "calculated", "loggers": ["pyzbar"], "quality_scale": "legacy", - "requirements": ["Pillow==12.1.1", "pyzbar==0.1.7"] + "requirements": ["Pillow==12.2.0", "pyzbar==0.1.7"] } diff --git a/homeassistant/components/seven_segments/manifest.json b/homeassistant/components/seven_segments/manifest.json index 745b96bb2eb..75906382a1b 100644 --- a/homeassistant/components/seven_segments/manifest.json +++ b/homeassistant/components/seven_segments/manifest.json @@ -5,5 +5,5 @@ "documentation": "https://www.home-assistant.io/integrations/seven_segments", "iot_class": "local_polling", "quality_scale": "legacy", - "requirements": ["Pillow==12.1.1"] + "requirements": ["Pillow==12.2.0"] } diff --git a/homeassistant/components/sighthound/manifest.json b/homeassistant/components/sighthound/manifest.json index 64ba7361aeb..5c01cf26697 100644 --- a/homeassistant/components/sighthound/manifest.json +++ b/homeassistant/components/sighthound/manifest.json @@ -6,5 +6,5 @@ "iot_class": "cloud_polling", "loggers": ["simplehound"], "quality_scale": "legacy", - "requirements": ["Pillow==12.1.1", "simplehound==0.3"] + "requirements": ["Pillow==12.2.0", "simplehound==0.3"] } diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index e07f3b1fe68..28ba00c027e 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 4bc7dd13ee9..4483f4072c1 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 7da4bc32560..b8976bd045a 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 0a2d26400e4..5076256abd5 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 3b4a231d72d..23856aafcf4 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