Update pillow to 11.0.0 (#130194)

This commit is contained in:
Marc Mueller 2024-11-11 20:12:32 +01:00 committed by GitHub
parent 906bdda6fa
commit c89bf6a9aa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 15 additions and 14 deletions

View file

@ -5,5 +5,5 @@
"documentation": "https://www.home-assistant.io/integrations/doods", "documentation": "https://www.home-assistant.io/integrations/doods",
"iot_class": "local_polling", "iot_class": "local_polling",
"loggers": ["pydoods"], "loggers": ["pydoods"],
"requirements": ["pydoods==1.0.2", "Pillow==10.4.0"] "requirements": ["pydoods==1.0.2", "Pillow==11.0.0"]
} }

View file

@ -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==10.4.0"] "requirements": ["av==13.1.0", "Pillow==11.0.0"]
} }

View file

@ -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==10.4.0"] "requirements": ["Pillow==11.0.0"]
} }

View file

@ -5,5 +5,5 @@
"documentation": "https://www.home-assistant.io/integrations/matrix", "documentation": "https://www.home-assistant.io/integrations/matrix",
"iot_class": "cloud_push", "iot_class": "cloud_push",
"loggers": ["matrix_client"], "loggers": ["matrix_client"],
"requirements": ["matrix-nio==0.25.2", "Pillow==10.4.0"] "requirements": ["matrix-nio==0.25.2", "Pillow==11.0.0"]
} }

View file

@ -3,5 +3,5 @@
"name": "Camera Proxy", "name": "Camera Proxy",
"codeowners": [], "codeowners": [],
"documentation": "https://www.home-assistant.io/integrations/proxy", "documentation": "https://www.home-assistant.io/integrations/proxy",
"requirements": ["Pillow==10.4.0"] "requirements": ["Pillow==11.0.0"]
} }

View file

@ -5,5 +5,5 @@
"documentation": "https://www.home-assistant.io/integrations/qrcode", "documentation": "https://www.home-assistant.io/integrations/qrcode",
"iot_class": "calculated", "iot_class": "calculated",
"loggers": ["pyzbar"], "loggers": ["pyzbar"],
"requirements": ["Pillow==10.4.0", "pyzbar==0.1.7"] "requirements": ["Pillow==11.0.0", "pyzbar==0.1.7"]
} }

View file

@ -4,5 +4,5 @@
"codeowners": ["@fabaff"], "codeowners": ["@fabaff"],
"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",
"requirements": ["Pillow==10.4.0"] "requirements": ["Pillow==11.0.0"]
} }

View file

@ -5,5 +5,5 @@
"documentation": "https://www.home-assistant.io/integrations/sighthound", "documentation": "https://www.home-assistant.io/integrations/sighthound",
"iot_class": "cloud_polling", "iot_class": "cloud_polling",
"loggers": ["simplehound"], "loggers": ["simplehound"],
"requirements": ["Pillow==10.4.0", "simplehound==0.3"] "requirements": ["Pillow==11.0.0", "simplehound==0.3"]
} }

View file

@ -10,6 +10,6 @@
"tf-models-official==2.5.0", "tf-models-official==2.5.0",
"pycocotools==2.0.6", "pycocotools==2.0.6",
"numpy==2.1.3", "numpy==2.1.3",
"Pillow==10.4.0" "Pillow==11.0.0"
] ]
} }

View file

@ -44,7 +44,7 @@ mutagen==1.47.0
orjson==3.10.11 orjson==3.10.11
packaging>=23.1 packaging>=23.1
paho-mqtt==1.6.1 paho-mqtt==1.6.1
Pillow==10.4.0 Pillow==11.0.0
propcache==0.2.0 propcache==0.2.0
psutil-home-assistant==0.0.1 psutil-home-assistant==0.0.1
PyJWT==2.9.0 PyJWT==2.9.0

View file

@ -55,7 +55,7 @@ dependencies = [
"PyJWT==2.9.0", "PyJWT==2.9.0",
# PyJWT has loose dependency. We want the latest one. # PyJWT has loose dependency. We want the latest one.
"cryptography==43.0.1", "cryptography==43.0.1",
"Pillow==10.4.0", "Pillow==11.0.0",
"propcache==0.2.0", "propcache==0.2.0",
"pyOpenSSL==24.2.1", "pyOpenSSL==24.2.1",
"orjson==3.10.11", "orjson==3.10.11",

View file

@ -27,7 +27,7 @@ Jinja2==3.1.4
lru-dict==1.3.0 lru-dict==1.3.0
PyJWT==2.9.0 PyJWT==2.9.0
cryptography==43.0.1 cryptography==43.0.1
Pillow==10.4.0 Pillow==11.0.0
propcache==0.2.0 propcache==0.2.0
pyOpenSSL==24.2.1 pyOpenSSL==24.2.1
orjson==3.10.11 orjson==3.10.11

View file

@ -33,7 +33,7 @@ Mastodon.py==1.8.1
# homeassistant.components.seven_segments # homeassistant.components.seven_segments
# homeassistant.components.sighthound # homeassistant.components.sighthound
# homeassistant.components.tensorflow # homeassistant.components.tensorflow
Pillow==10.4.0 Pillow==11.0.0
# homeassistant.components.plex # homeassistant.components.plex
PlexAPI==4.15.16 PlexAPI==4.15.16

View file

@ -33,7 +33,7 @@ Mastodon.py==1.8.1
# homeassistant.components.seven_segments # homeassistant.components.seven_segments
# homeassistant.components.sighthound # homeassistant.components.sighthound
# homeassistant.components.tensorflow # homeassistant.components.tensorflow
Pillow==10.4.0 Pillow==11.0.0
# homeassistant.components.plex # homeassistant.components.plex
PlexAPI==4.15.16 PlexAPI==4.15.16

View file

@ -84,6 +84,7 @@ OSI_APPROVED_LICENSES_SPDX = {
"LGPL-3.0-only", "LGPL-3.0-only",
"LGPL-3.0-or-later", "LGPL-3.0-or-later",
"MIT", "MIT",
"MIT-CMU",
"MPL-1.1", "MPL-1.1",
"MPL-2.0", "MPL-2.0",
"PSF-2.0", "PSF-2.0",