mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 09:17:53 +00:00
Update pillow to 11.2.1 (#142811)
This commit is contained in:
parent
505e09242d
commit
03ccb529e4
@ -6,5 +6,5 @@
|
||||
"iot_class": "local_polling",
|
||||
"loggers": ["pydoods"],
|
||||
"quality_scale": "legacy",
|
||||
"requirements": ["pydoods==1.0.2", "Pillow==11.1.0"]
|
||||
"requirements": ["pydoods==1.0.2", "Pillow==11.2.1"]
|
||||
}
|
||||
|
@ -7,5 +7,5 @@
|
||||
"documentation": "https://www.home-assistant.io/integrations/generic",
|
||||
"integration_type": "device",
|
||||
"iot_class": "local_push",
|
||||
"requirements": ["av==13.1.0", "Pillow==11.1.0"]
|
||||
"requirements": ["av==13.1.0", "Pillow==11.2.1"]
|
||||
}
|
||||
|
@ -7,5 +7,5 @@
|
||||
"documentation": "https://www.home-assistant.io/integrations/image_upload",
|
||||
"integration_type": "system",
|
||||
"quality_scale": "internal",
|
||||
"requirements": ["Pillow==11.1.0"]
|
||||
"requirements": ["Pillow==11.2.1"]
|
||||
}
|
||||
|
@ -6,5 +6,5 @@
|
||||
"iot_class": "cloud_push",
|
||||
"loggers": ["matrix_client"],
|
||||
"quality_scale": "legacy",
|
||||
"requirements": ["matrix-nio==0.25.2", "Pillow==11.1.0"]
|
||||
"requirements": ["matrix-nio==0.25.2", "Pillow==11.2.1"]
|
||||
}
|
||||
|
@ -4,5 +4,5 @@
|
||||
"codeowners": [],
|
||||
"documentation": "https://www.home-assistant.io/integrations/proxy",
|
||||
"quality_scale": "legacy",
|
||||
"requirements": ["Pillow==11.1.0"]
|
||||
"requirements": ["Pillow==11.2.1"]
|
||||
}
|
||||
|
@ -6,5 +6,5 @@
|
||||
"iot_class": "calculated",
|
||||
"loggers": ["pyzbar"],
|
||||
"quality_scale": "legacy",
|
||||
"requirements": ["Pillow==11.1.0", "pyzbar==0.1.7"]
|
||||
"requirements": ["Pillow==11.2.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==11.1.0"]
|
||||
"requirements": ["Pillow==11.2.1"]
|
||||
}
|
||||
|
@ -6,5 +6,5 @@
|
||||
"iot_class": "cloud_polling",
|
||||
"loggers": ["simplehound"],
|
||||
"quality_scale": "legacy",
|
||||
"requirements": ["Pillow==11.1.0", "simplehound==0.3"]
|
||||
"requirements": ["Pillow==11.2.1", "simplehound==0.3"]
|
||||
}
|
||||
|
@ -11,6 +11,6 @@
|
||||
"tf-models-official==2.5.0",
|
||||
"pycocotools==2.0.6",
|
||||
"numpy==2.2.2",
|
||||
"Pillow==11.1.0"
|
||||
"Pillow==11.2.1"
|
||||
]
|
||||
}
|
||||
|
@ -49,7 +49,7 @@ numpy==2.2.2
|
||||
orjson==3.10.16
|
||||
packaging>=23.1
|
||||
paho-mqtt==2.1.0
|
||||
Pillow==11.1.0
|
||||
Pillow==11.2.1
|
||||
propcache==0.3.1
|
||||
psutil-home-assistant==0.0.1
|
||||
PyJWT==2.10.1
|
||||
|
@ -83,7 +83,7 @@ dependencies = [
|
||||
"PyJWT==2.10.1",
|
||||
# PyJWT has loose dependency. We want the latest one.
|
||||
"cryptography==44.0.1",
|
||||
"Pillow==11.1.0",
|
||||
"Pillow==11.2.1",
|
||||
"propcache==0.3.1",
|
||||
"pyOpenSSL==25.0.0",
|
||||
"orjson==3.10.16",
|
||||
|
2
requirements.txt
generated
2
requirements.txt
generated
@ -35,7 +35,7 @@ mutagen==1.47.0
|
||||
numpy==2.2.2
|
||||
PyJWT==2.10.1
|
||||
cryptography==44.0.1
|
||||
Pillow==11.1.0
|
||||
Pillow==11.2.1
|
||||
propcache==0.3.1
|
||||
pyOpenSSL==25.0.0
|
||||
orjson==3.10.16
|
||||
|
2
requirements_all.txt
generated
2
requirements_all.txt
generated
@ -33,7 +33,7 @@ Mastodon.py==2.0.1
|
||||
# homeassistant.components.seven_segments
|
||||
# homeassistant.components.sighthound
|
||||
# homeassistant.components.tensorflow
|
||||
Pillow==11.1.0
|
||||
Pillow==11.2.1
|
||||
|
||||
# homeassistant.components.plex
|
||||
PlexAPI==4.15.16
|
||||
|
@ -42,7 +42,6 @@ types-caldav==1.3.0.20241107
|
||||
types-chardet==0.1.5
|
||||
types-decorator==5.1.8.20250121
|
||||
types-pexpect==4.9.0.20241208
|
||||
types-pillow==10.2.0.20240822
|
||||
types-protobuf==5.29.1.20241207
|
||||
types-psutil==6.1.0.20241221
|
||||
types-pyserial==3.5.0.20250130
|
||||
|
2
requirements_test_all.txt
generated
2
requirements_test_all.txt
generated
@ -33,7 +33,7 @@ Mastodon.py==2.0.1
|
||||
# homeassistant.components.seven_segments
|
||||
# homeassistant.components.sighthound
|
||||
# homeassistant.components.tensorflow
|
||||
Pillow==11.1.0
|
||||
Pillow==11.2.1
|
||||
|
||||
# homeassistant.components.plex
|
||||
PlexAPI==4.15.16
|
||||
|
Loading…
x
Reference in New Issue
Block a user