mirror of
https://github.com/home-assistant/core.git
synced 2026-07-13 17:44:45 +01:00
Update pillow to 12.1.1 (#163773)
This commit is contained in:
@@ -31,6 +31,7 @@ _LOGGER = logging.getLogger(__name__)
|
||||
|
||||
def _convert_image_for_editing(data: bytes) -> tuple[bytes, str]:
|
||||
"""Ensure the image data is in a format accepted by OpenAI image edits."""
|
||||
img: Image.Image
|
||||
stream = io.BytesIO(data)
|
||||
with Image.open(stream) as img:
|
||||
mode = img.mode
|
||||
|
||||
@@ -6,5 +6,5 @@
|
||||
"iot_class": "local_polling",
|
||||
"loggers": ["pydoods"],
|
||||
"quality_scale": "legacy",
|
||||
"requirements": ["pydoods==1.0.2", "Pillow==12.0.0"]
|
||||
"requirements": ["pydoods==1.0.2", "Pillow==12.1.1"]
|
||||
}
|
||||
|
||||
@@ -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.0.0"]
|
||||
"requirements": ["av==16.0.1", "Pillow==12.1.1"]
|
||||
}
|
||||
|
||||
@@ -7,5 +7,5 @@
|
||||
"documentation": "https://www.home-assistant.io/integrations/image_upload",
|
||||
"integration_type": "system",
|
||||
"quality_scale": "internal",
|
||||
"requirements": ["Pillow==12.0.0"]
|
||||
"requirements": ["Pillow==12.1.1"]
|
||||
}
|
||||
|
||||
@@ -6,5 +6,5 @@
|
||||
"iot_class": "cloud_push",
|
||||
"loggers": ["matrix_client"],
|
||||
"quality_scale": "legacy",
|
||||
"requirements": ["matrix-nio==0.25.2", "Pillow==12.0.0", "aiofiles==24.1.0"]
|
||||
"requirements": ["matrix-nio==0.25.2", "Pillow==12.1.1", "aiofiles==24.1.0"]
|
||||
}
|
||||
|
||||
@@ -4,5 +4,5 @@
|
||||
"codeowners": [],
|
||||
"documentation": "https://www.home-assistant.io/integrations/proxy",
|
||||
"quality_scale": "legacy",
|
||||
"requirements": ["Pillow==12.0.0"]
|
||||
"requirements": ["Pillow==12.1.1"]
|
||||
}
|
||||
|
||||
@@ -6,5 +6,5 @@
|
||||
"iot_class": "calculated",
|
||||
"loggers": ["pyzbar"],
|
||||
"quality_scale": "legacy",
|
||||
"requirements": ["Pillow==12.0.0", "pyzbar==0.1.7"]
|
||||
"requirements": ["Pillow==12.1.1", "pyzbar==0.1.7"]
|
||||
}
|
||||
|
||||
@@ -5,5 +5,5 @@
|
||||
"documentation": "https://www.home-assistant.io/integrations/seven_segments",
|
||||
"iot_class": "local_polling",
|
||||
"quality_scale": "legacy",
|
||||
"requirements": ["Pillow==12.0.0"]
|
||||
"requirements": ["Pillow==12.1.1"]
|
||||
}
|
||||
|
||||
@@ -6,5 +6,5 @@
|
||||
"iot_class": "cloud_polling",
|
||||
"loggers": ["simplehound"],
|
||||
"quality_scale": "legacy",
|
||||
"requirements": ["Pillow==12.0.0", "simplehound==0.3"]
|
||||
"requirements": ["Pillow==12.1.1", "simplehound==0.3"]
|
||||
}
|
||||
|
||||
@@ -51,7 +51,7 @@ openai==2.21.0
|
||||
orjson==3.11.5
|
||||
packaging>=23.1
|
||||
paho-mqtt==2.1.0
|
||||
Pillow==12.0.0
|
||||
Pillow==12.1.1
|
||||
propcache==0.4.1
|
||||
psutil-home-assistant==0.0.1
|
||||
PyJWT==2.10.1
|
||||
|
||||
+1
-1
@@ -62,7 +62,7 @@ dependencies = [
|
||||
"PyJWT==2.10.1",
|
||||
# PyJWT has loose dependency. We want the latest one.
|
||||
"cryptography==46.0.5",
|
||||
"Pillow==12.0.0",
|
||||
"Pillow==12.1.1",
|
||||
"propcache==0.4.1",
|
||||
"pyOpenSSL==25.3.0",
|
||||
"orjson==3.11.5",
|
||||
|
||||
Generated
+1
-1
@@ -36,7 +36,7 @@ lru-dict==1.3.0
|
||||
mutagen==1.47.0
|
||||
orjson==3.11.5
|
||||
packaging>=23.1
|
||||
Pillow==12.0.0
|
||||
Pillow==12.1.1
|
||||
propcache==0.4.1
|
||||
psutil-home-assistant==0.0.1
|
||||
PyJWT==2.10.1
|
||||
|
||||
Generated
+1
-1
@@ -38,7 +38,7 @@ PSNAWP==3.0.1
|
||||
# homeassistant.components.qrcode
|
||||
# homeassistant.components.seven_segments
|
||||
# homeassistant.components.sighthound
|
||||
Pillow==12.0.0
|
||||
Pillow==12.1.1
|
||||
|
||||
# homeassistant.components.plex
|
||||
PlexAPI==4.15.16
|
||||
|
||||
Generated
+1
-1
@@ -38,7 +38,7 @@ PSNAWP==3.0.1
|
||||
# homeassistant.components.qrcode
|
||||
# homeassistant.components.seven_segments
|
||||
# homeassistant.components.sighthound
|
||||
Pillow==12.0.0
|
||||
Pillow==12.1.1
|
||||
|
||||
# homeassistant.components.plex
|
||||
PlexAPI==4.15.16
|
||||
|
||||
Reference in New Issue
Block a user