diff --git a/homeassistant/components/doods/manifest.json b/homeassistant/components/doods/manifest.json index e49f525d0c288184dedf1302eed4a3beed755e54..73d7d3754ce369251a78b8b5f0801a7105120b89 100644 --- a/homeassistant/components/doods/manifest.json +++ b/homeassistant/components/doods/manifest.json @@ -5,5 +5,5 @@ "documentation": "https://www.home-assistant.io/integrations/doods", "iot_class": "local_polling", "loggers": ["pydoods"], - "requirements": ["pydoods==1.0.2", "Pillow==10.1.0"] + "requirements": ["pydoods==1.0.2", "Pillow==10.2.0"] } diff --git a/homeassistant/components/generic/manifest.json b/homeassistant/components/generic/manifest.json index 7ac9c5d406f4ee66aab999625d899a5828eb5d7f..861e2cf26c2453b972bed2a67eb9757a0f2d0ac1 100644 --- a/homeassistant/components/generic/manifest.json +++ b/homeassistant/components/generic/manifest.json @@ -6,5 +6,5 @@ "dependencies": ["http"], "documentation": "https://www.home-assistant.io/integrations/generic", "iot_class": "local_push", - "requirements": ["ha-av==10.1.1", "Pillow==10.1.0"] + "requirements": ["ha-av==10.1.1", "Pillow==10.2.0"] } diff --git a/homeassistant/components/image_upload/manifest.json b/homeassistant/components/image_upload/manifest.json index 5ffeec1ca4136162a7fb4d64c08c6e27e5e50323..ba9140b4ed84633e6895dfb5a5260816fd480f79 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==10.1.0"] + "requirements": ["Pillow==10.2.0"] } diff --git a/homeassistant/components/matrix/manifest.json b/homeassistant/components/matrix/manifest.json index a68741d4c338e58a9897fe8806f22f2927bd4726..a0eb7f3cb5be09d9d2fe1ac84ac6f5b2563088a6 100644 --- a/homeassistant/components/matrix/manifest.json +++ b/homeassistant/components/matrix/manifest.json @@ -5,5 +5,5 @@ "documentation": "https://www.home-assistant.io/integrations/matrix", "iot_class": "cloud_push", "loggers": ["matrix_client"], - "requirements": ["matrix-nio==0.22.1", "Pillow==10.1.0"] + "requirements": ["matrix-nio==0.22.1", "Pillow==10.2.0"] } diff --git a/homeassistant/components/proxy/manifest.json b/homeassistant/components/proxy/manifest.json index 59798e38957ce1316361d928864566d46b275631..1b05a768b641b8ba437882235eb6a02c451f6abc 100644 --- a/homeassistant/components/proxy/manifest.json +++ b/homeassistant/components/proxy/manifest.json @@ -3,5 +3,5 @@ "name": "Camera Proxy", "codeowners": [], "documentation": "https://www.home-assistant.io/integrations/proxy", - "requirements": ["Pillow==10.1.0"] + "requirements": ["Pillow==10.2.0"] } diff --git a/homeassistant/components/qrcode/manifest.json b/homeassistant/components/qrcode/manifest.json index 23bd1d050a18dea386421fca4a15a1d90e6a154b..e3b202a995048df28b260f4ae1492fa7df436252 100644 --- a/homeassistant/components/qrcode/manifest.json +++ b/homeassistant/components/qrcode/manifest.json @@ -5,5 +5,5 @@ "documentation": "https://www.home-assistant.io/integrations/qrcode", "iot_class": "calculated", "loggers": ["pyzbar"], - "requirements": ["Pillow==10.1.0", "pyzbar==0.1.7"] + "requirements": ["Pillow==10.2.0", "pyzbar==0.1.7"] } diff --git a/homeassistant/components/seven_segments/manifest.json b/homeassistant/components/seven_segments/manifest.json index 80b428b908eb00c6f86b05b20e9287766542d8bd..6c511e3f44e76cfbdd5164cb2a388ed3794d77bf 100644 --- a/homeassistant/components/seven_segments/manifest.json +++ b/homeassistant/components/seven_segments/manifest.json @@ -4,5 +4,5 @@ "codeowners": ["@fabaff"], "documentation": "https://www.home-assistant.io/integrations/seven_segments", "iot_class": "local_polling", - "requirements": ["Pillow==10.1.0"] + "requirements": ["Pillow==10.2.0"] } diff --git a/homeassistant/components/sighthound/manifest.json b/homeassistant/components/sighthound/manifest.json index 208e2d31de4821d19e0291440c643bb77038dcb9..e63864af707f034e8d853433e32359f414914b9f 100644 --- a/homeassistant/components/sighthound/manifest.json +++ b/homeassistant/components/sighthound/manifest.json @@ -5,5 +5,5 @@ "documentation": "https://www.home-assistant.io/integrations/sighthound", "iot_class": "cloud_polling", "loggers": ["simplehound"], - "requirements": ["Pillow==10.1.0", "simplehound==0.3"] + "requirements": ["Pillow==10.2.0", "simplehound==0.3"] } diff --git a/homeassistant/components/tensorflow/manifest.json b/homeassistant/components/tensorflow/manifest.json index 39083434e89558717fd09c15c72fd3a91b231e71..b98c4c6e4287755b8304e0c96f188b333ca191c3 100644 --- a/homeassistant/components/tensorflow/manifest.json +++ b/homeassistant/components/tensorflow/manifest.json @@ -10,6 +10,6 @@ "tf-models-official==2.5.0", "pycocotools==2.0.6", "numpy==1.26.0", - "Pillow==10.1.0" + "Pillow==10.2.0" ] } diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index 9b004eb2f85b1c36232e7eab0a76c71520e3a2fd..111f5f5b0abdcbc661ed7f45429e457bbf16bab2 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -39,7 +39,7 @@ mutagen==1.47.0 orjson==3.9.12 packaging>=23.1 paho-mqtt==1.6.1 -Pillow==10.1.0 +Pillow==10.2.0 pip>=21.3.1 psutil-home-assistant==0.0.1 PyJWT==2.8.0 diff --git a/requirements_all.txt b/requirements_all.txt index 64f530e6d9e16dfb2f7a5a18878b6d44c971fa19..5fc3b3e83c37dd5b2f706118edc25e414f130dc7 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -42,7 +42,7 @@ Mastodon.py==1.5.1 # homeassistant.components.seven_segments # homeassistant.components.sighthound # homeassistant.components.tensorflow -Pillow==10.1.0 +Pillow==10.2.0 # homeassistant.components.plex PlexAPI==4.15.7 diff --git a/requirements_test.txt b/requirements_test.txt index 99099de41a6ae22500cf0e58b77928b50bd69c01..92a0a6e8ba0217f5ae1d8d06c001ab178017c647 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -41,7 +41,7 @@ types-caldav==1.3.0.20240106 types-chardet==0.1.5 types-decorator==5.1.8.20240106 types-paho-mqtt==1.6.0.20240106 -types-Pillow==10.1.0.20240106 +types-pillow==10.2.0.20240111 types-protobuf==4.24.0.20240106 types-psutil==5.9.5.20240106 types-python-dateutil==2.8.19.20240106 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index d4f5528f36262c4c5111f3c22695cbb317aff82f..d3d2d601a6c1ead992f14f1d5c2f48994f9266d0 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -36,7 +36,7 @@ HATasmota==0.8.0 # homeassistant.components.seven_segments # homeassistant.components.sighthound # homeassistant.components.tensorflow -Pillow==10.1.0 +Pillow==10.2.0 # homeassistant.components.plex PlexAPI==4.15.7