Update pillow to 11.2.1 (#142811)

This commit is contained in:
Marc Mueller 2025-04-13 00:03:28 +02:00 committed by GitHub
parent 505e09242d
commit 03ccb529e4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
15 changed files with 14 additions and 15 deletions

View File

@ -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.1.0"] "requirements": ["pydoods==1.0.2", "Pillow==11.2.1"]
} }

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==11.1.0"] "requirements": ["av==13.1.0", "Pillow==11.2.1"]
} }

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==11.1.0"] "requirements": ["Pillow==11.2.1"]
} }

View File

@ -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.1.0"] "requirements": ["matrix-nio==0.25.2", "Pillow==11.2.1"]
} }

View File

@ -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.1.0"] "requirements": ["Pillow==11.2.1"]
} }

View File

@ -6,5 +6,5 @@
"iot_class": "calculated", "iot_class": "calculated",
"loggers": ["pyzbar"], "loggers": ["pyzbar"],
"quality_scale": "legacy", "quality_scale": "legacy",
"requirements": ["Pillow==11.1.0", "pyzbar==0.1.7"] "requirements": ["Pillow==11.2.1", "pyzbar==0.1.7"]
} }

View File

@ -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.1.0"] "requirements": ["Pillow==11.2.1"]
} }

View File

@ -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.1.0", "simplehound==0.3"] "requirements": ["Pillow==11.2.1", "simplehound==0.3"]
} }

View File

@ -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.2.2", "numpy==2.2.2",
"Pillow==11.1.0" "Pillow==11.2.1"
] ]
} }

View File

@ -49,7 +49,7 @@ numpy==2.2.2
orjson==3.10.16 orjson==3.10.16
packaging>=23.1 packaging>=23.1
paho-mqtt==2.1.0 paho-mqtt==2.1.0
Pillow==11.1.0 Pillow==11.2.1
propcache==0.3.1 propcache==0.3.1
psutil-home-assistant==0.0.1 psutil-home-assistant==0.0.1
PyJWT==2.10.1 PyJWT==2.10.1

View File

@ -83,7 +83,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==44.0.1", "cryptography==44.0.1",
"Pillow==11.1.0", "Pillow==11.2.1",
"propcache==0.3.1", "propcache==0.3.1",
"pyOpenSSL==25.0.0", "pyOpenSSL==25.0.0",
"orjson==3.10.16", "orjson==3.10.16",

2
requirements.txt generated
View File

@ -35,7 +35,7 @@ mutagen==1.47.0
numpy==2.2.2 numpy==2.2.2
PyJWT==2.10.1 PyJWT==2.10.1
cryptography==44.0.1 cryptography==44.0.1
Pillow==11.1.0 Pillow==11.2.1
propcache==0.3.1 propcache==0.3.1
pyOpenSSL==25.0.0 pyOpenSSL==25.0.0
orjson==3.10.16 orjson==3.10.16

2
requirements_all.txt generated
View File

@ -33,7 +33,7 @@ Mastodon.py==2.0.1
# homeassistant.components.seven_segments # homeassistant.components.seven_segments
# homeassistant.components.sighthound # homeassistant.components.sighthound
# homeassistant.components.tensorflow # homeassistant.components.tensorflow
Pillow==11.1.0 Pillow==11.2.1
# homeassistant.components.plex # homeassistant.components.plex
PlexAPI==4.15.16 PlexAPI==4.15.16

View File

@ -42,7 +42,6 @@ types-caldav==1.3.0.20241107
types-chardet==0.1.5 types-chardet==0.1.5
types-decorator==5.1.8.20250121 types-decorator==5.1.8.20250121
types-pexpect==4.9.0.20241208 types-pexpect==4.9.0.20241208
types-pillow==10.2.0.20240822
types-protobuf==5.29.1.20241207 types-protobuf==5.29.1.20241207
types-psutil==6.1.0.20241221 types-psutil==6.1.0.20241221
types-pyserial==3.5.0.20250130 types-pyserial==3.5.0.20250130

View File

@ -33,7 +33,7 @@ Mastodon.py==2.0.1
# homeassistant.components.seven_segments # homeassistant.components.seven_segments
# homeassistant.components.sighthound # homeassistant.components.sighthound
# homeassistant.components.tensorflow # homeassistant.components.tensorflow
Pillow==11.1.0 Pillow==11.2.1
# homeassistant.components.plex # homeassistant.components.plex
PlexAPI==4.15.16 PlexAPI==4.15.16