mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Update pillow to 11.3.0 (#147869)
This commit is contained in:
parent
651162b8e7
commit
6364a9ad98
@ -6,5 +6,5 @@
|
|||||||
"iot_class": "local_polling",
|
"iot_class": "local_polling",
|
||||||
"loggers": ["pydoods"],
|
"loggers": ["pydoods"],
|
||||||
"quality_scale": "legacy",
|
"quality_scale": "legacy",
|
||||||
"requirements": ["pydoods==1.0.2", "Pillow==11.2.1"]
|
"requirements": ["pydoods==1.0.2", "Pillow==11.3.0"]
|
||||||
}
|
}
|
||||||
|
@ -7,5 +7,5 @@
|
|||||||
"documentation": "https://www.home-assistant.io/integrations/generic",
|
"documentation": "https://www.home-assistant.io/integrations/generic",
|
||||||
"integration_type": "device",
|
"integration_type": "device",
|
||||||
"iot_class": "local_push",
|
"iot_class": "local_push",
|
||||||
"requirements": ["av==13.1.0", "Pillow==11.2.1"]
|
"requirements": ["av==13.1.0", "Pillow==11.3.0"]
|
||||||
}
|
}
|
||||||
|
@ -7,5 +7,5 @@
|
|||||||
"documentation": "https://www.home-assistant.io/integrations/image_upload",
|
"documentation": "https://www.home-assistant.io/integrations/image_upload",
|
||||||
"integration_type": "system",
|
"integration_type": "system",
|
||||||
"quality_scale": "internal",
|
"quality_scale": "internal",
|
||||||
"requirements": ["Pillow==11.2.1"]
|
"requirements": ["Pillow==11.3.0"]
|
||||||
}
|
}
|
||||||
|
@ -6,5 +6,5 @@
|
|||||||
"iot_class": "cloud_push",
|
"iot_class": "cloud_push",
|
||||||
"loggers": ["matrix_client"],
|
"loggers": ["matrix_client"],
|
||||||
"quality_scale": "legacy",
|
"quality_scale": "legacy",
|
||||||
"requirements": ["matrix-nio==0.25.2", "Pillow==11.2.1"]
|
"requirements": ["matrix-nio==0.25.2", "Pillow==11.3.0"]
|
||||||
}
|
}
|
||||||
|
@ -4,5 +4,5 @@
|
|||||||
"codeowners": [],
|
"codeowners": [],
|
||||||
"documentation": "https://www.home-assistant.io/integrations/proxy",
|
"documentation": "https://www.home-assistant.io/integrations/proxy",
|
||||||
"quality_scale": "legacy",
|
"quality_scale": "legacy",
|
||||||
"requirements": ["Pillow==11.2.1"]
|
"requirements": ["Pillow==11.3.0"]
|
||||||
}
|
}
|
||||||
|
@ -6,5 +6,5 @@
|
|||||||
"iot_class": "calculated",
|
"iot_class": "calculated",
|
||||||
"loggers": ["pyzbar"],
|
"loggers": ["pyzbar"],
|
||||||
"quality_scale": "legacy",
|
"quality_scale": "legacy",
|
||||||
"requirements": ["Pillow==11.2.1", "pyzbar==0.1.7"]
|
"requirements": ["Pillow==11.3.0", "pyzbar==0.1.7"]
|
||||||
}
|
}
|
||||||
|
@ -5,5 +5,5 @@
|
|||||||
"documentation": "https://www.home-assistant.io/integrations/seven_segments",
|
"documentation": "https://www.home-assistant.io/integrations/seven_segments",
|
||||||
"iot_class": "local_polling",
|
"iot_class": "local_polling",
|
||||||
"quality_scale": "legacy",
|
"quality_scale": "legacy",
|
||||||
"requirements": ["Pillow==11.2.1"]
|
"requirements": ["Pillow==11.3.0"]
|
||||||
}
|
}
|
||||||
|
@ -6,5 +6,5 @@
|
|||||||
"iot_class": "cloud_polling",
|
"iot_class": "cloud_polling",
|
||||||
"loggers": ["simplehound"],
|
"loggers": ["simplehound"],
|
||||||
"quality_scale": "legacy",
|
"quality_scale": "legacy",
|
||||||
"requirements": ["Pillow==11.2.1", "simplehound==0.3"]
|
"requirements": ["Pillow==11.3.0", "simplehound==0.3"]
|
||||||
}
|
}
|
||||||
|
@ -11,6 +11,6 @@
|
|||||||
"tf-models-official==2.5.0",
|
"tf-models-official==2.5.0",
|
||||||
"pycocotools==2.0.6",
|
"pycocotools==2.0.6",
|
||||||
"numpy==2.3.0",
|
"numpy==2.3.0",
|
||||||
"Pillow==11.2.1"
|
"Pillow==11.3.0"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -48,7 +48,7 @@ mutagen==1.47.0
|
|||||||
orjson==3.10.18
|
orjson==3.10.18
|
||||||
packaging>=23.1
|
packaging>=23.1
|
||||||
paho-mqtt==2.1.0
|
paho-mqtt==2.1.0
|
||||||
Pillow==11.2.1
|
Pillow==11.3.0
|
||||||
propcache==0.3.2
|
propcache==0.3.2
|
||||||
psutil-home-assistant==0.0.1
|
psutil-home-assistant==0.0.1
|
||||||
PyJWT==2.10.1
|
PyJWT==2.10.1
|
||||||
|
@ -58,7 +58,7 @@ dependencies = [
|
|||||||
"PyJWT==2.10.1",
|
"PyJWT==2.10.1",
|
||||||
# PyJWT has loose dependency. We want the latest one.
|
# PyJWT has loose dependency. We want the latest one.
|
||||||
"cryptography==45.0.3",
|
"cryptography==45.0.3",
|
||||||
"Pillow==11.2.1",
|
"Pillow==11.3.0",
|
||||||
"propcache==0.3.2",
|
"propcache==0.3.2",
|
||||||
"pyOpenSSL==25.1.0",
|
"pyOpenSSL==25.1.0",
|
||||||
"orjson==3.10.18",
|
"orjson==3.10.18",
|
||||||
|
2
requirements.txt
generated
2
requirements.txt
generated
@ -30,7 +30,7 @@ Jinja2==3.1.6
|
|||||||
lru-dict==1.3.0
|
lru-dict==1.3.0
|
||||||
PyJWT==2.10.1
|
PyJWT==2.10.1
|
||||||
cryptography==45.0.3
|
cryptography==45.0.3
|
||||||
Pillow==11.2.1
|
Pillow==11.3.0
|
||||||
propcache==0.3.2
|
propcache==0.3.2
|
||||||
pyOpenSSL==25.1.0
|
pyOpenSSL==25.1.0
|
||||||
orjson==3.10.18
|
orjson==3.10.18
|
||||||
|
2
requirements_all.txt
generated
2
requirements_all.txt
generated
@ -36,7 +36,7 @@ PSNAWP==3.0.0
|
|||||||
# homeassistant.components.seven_segments
|
# homeassistant.components.seven_segments
|
||||||
# homeassistant.components.sighthound
|
# homeassistant.components.sighthound
|
||||||
# homeassistant.components.tensorflow
|
# homeassistant.components.tensorflow
|
||||||
Pillow==11.2.1
|
Pillow==11.3.0
|
||||||
|
|
||||||
# homeassistant.components.plex
|
# homeassistant.components.plex
|
||||||
PlexAPI==4.15.16
|
PlexAPI==4.15.16
|
||||||
|
2
requirements_test_all.txt
generated
2
requirements_test_all.txt
generated
@ -36,7 +36,7 @@ PSNAWP==3.0.0
|
|||||||
# homeassistant.components.seven_segments
|
# homeassistant.components.seven_segments
|
||||||
# homeassistant.components.sighthound
|
# homeassistant.components.sighthound
|
||||||
# homeassistant.components.tensorflow
|
# homeassistant.components.tensorflow
|
||||||
Pillow==11.2.1
|
Pillow==11.3.0
|
||||||
|
|
||||||
# homeassistant.components.plex
|
# homeassistant.components.plex
|
||||||
PlexAPI==4.15.16
|
PlexAPI==4.15.16
|
||||||
|
Loading…
x
Reference in New Issue
Block a user