Skip to content

Commit e4b5e35

Browse files
authored
Update Pillow to 12.0.0 (home-assistant#154637)
1 parent 12023c3 commit e4b5e35

File tree

14 files changed

+14
-14
lines changed

14 files changed

+14
-14
lines changed

homeassistant/components/doods/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
"iot_class": "local_polling",
77
"loggers": ["pydoods"],
88
"quality_scale": "legacy",
9-
"requirements": ["pydoods==1.0.2", "Pillow==11.3.0"]
9+
"requirements": ["pydoods==1.0.2", "Pillow==12.0.0"]
1010
}

homeassistant/components/generic/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
"documentation": "https://www.home-assistant.io/integrations/generic",
88
"integration_type": "device",
99
"iot_class": "local_push",
10-
"requirements": ["av==13.1.0", "Pillow==11.3.0"]
10+
"requirements": ["av==13.1.0", "Pillow==12.0.0"]
1111
}

homeassistant/components/image_upload/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
"documentation": "https://www.home-assistant.io/integrations/image_upload",
88
"integration_type": "system",
99
"quality_scale": "internal",
10-
"requirements": ["Pillow==11.3.0"]
10+
"requirements": ["Pillow==12.0.0"]
1111
}

homeassistant/components/matrix/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
"iot_class": "cloud_push",
77
"loggers": ["matrix_client"],
88
"quality_scale": "legacy",
9-
"requirements": ["matrix-nio==0.25.2", "Pillow==11.3.0"]
9+
"requirements": ["matrix-nio==0.25.2", "Pillow==12.0.0"]
1010
}

homeassistant/components/proxy/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"codeowners": [],
55
"documentation": "https://www.home-assistant.io/integrations/proxy",
66
"quality_scale": "legacy",
7-
"requirements": ["Pillow==11.3.0"]
7+
"requirements": ["Pillow==12.0.0"]
88
}

homeassistant/components/qrcode/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
"iot_class": "calculated",
77
"loggers": ["pyzbar"],
88
"quality_scale": "legacy",
9-
"requirements": ["Pillow==11.3.0", "pyzbar==0.1.7"]
9+
"requirements": ["Pillow==12.0.0", "pyzbar==0.1.7"]
1010
}

homeassistant/components/seven_segments/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
"documentation": "https://www.home-assistant.io/integrations/seven_segments",
66
"iot_class": "local_polling",
77
"quality_scale": "legacy",
8-
"requirements": ["Pillow==11.3.0"]
8+
"requirements": ["Pillow==12.0.0"]
99
}

homeassistant/components/sighthound/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
"iot_class": "cloud_polling",
77
"loggers": ["simplehound"],
88
"quality_scale": "legacy",
9-
"requirements": ["Pillow==11.3.0", "simplehound==0.3"]
9+
"requirements": ["Pillow==12.0.0", "simplehound==0.3"]
1010
}

homeassistant/components/tensorflow/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"tf-models-official==2.5.0",
1212
"pycocotools==2.0.6",
1313
"numpy==2.3.2",
14-
"Pillow==11.3.0"
14+
"Pillow==12.0.0"
1515
]
1616
}

homeassistant/package_constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ mutagen==1.47.0
4949
orjson==3.11.3
5050
packaging>=23.1
5151
paho-mqtt==2.1.0
52-
Pillow==11.3.0
52+
Pillow==12.0.0
5353
propcache==0.4.1
5454
psutil-home-assistant==0.0.1
5555
PyJWT==2.10.1

0 commit comments

Comments
 (0)