mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 09:17:53 +00:00
Update Pillow to 9.0.1 (#65779)
This commit is contained in:
parent
6cf0d9d37a
commit
58409d0895
@ -2,7 +2,7 @@
|
||||
"domain": "doods",
|
||||
"name": "DOODS - Dedicated Open Object Detection Service",
|
||||
"documentation": "https://www.home-assistant.io/integrations/doods",
|
||||
"requirements": ["pydoods==1.0.2", "pillow==9.0.0"],
|
||||
"requirements": ["pydoods==1.0.2", "pillow==9.0.1"],
|
||||
"codeowners": [],
|
||||
"iot_class": "local_polling",
|
||||
"loggers": ["pydoods"]
|
||||
|
@ -3,7 +3,7 @@
|
||||
"name": "Image",
|
||||
"config_flow": false,
|
||||
"documentation": "https://www.home-assistant.io/integrations/image",
|
||||
"requirements": ["pillow==9.0.0"],
|
||||
"requirements": ["pillow==9.0.1"],
|
||||
"dependencies": ["http"],
|
||||
"codeowners": ["@home-assistant/core"],
|
||||
"quality_scale": "internal"
|
||||
|
@ -2,6 +2,6 @@
|
||||
"domain": "proxy",
|
||||
"name": "Camera Proxy",
|
||||
"documentation": "https://www.home-assistant.io/integrations/proxy",
|
||||
"requirements": ["pillow==9.0.0"],
|
||||
"requirements": ["pillow==9.0.1"],
|
||||
"codeowners": []
|
||||
}
|
||||
|
@ -2,7 +2,7 @@
|
||||
"domain": "qrcode",
|
||||
"name": "QR Code",
|
||||
"documentation": "https://www.home-assistant.io/integrations/qrcode",
|
||||
"requirements": ["pillow==9.0.0", "pyzbar==0.1.7"],
|
||||
"requirements": ["pillow==9.0.1", "pyzbar==0.1.7"],
|
||||
"codeowners": [],
|
||||
"iot_class": "calculated",
|
||||
"loggers": ["pyzbar"]
|
||||
|
@ -2,7 +2,7 @@
|
||||
"domain": "seven_segments",
|
||||
"name": "Seven Segments OCR",
|
||||
"documentation": "https://www.home-assistant.io/integrations/seven_segments",
|
||||
"requirements": ["pillow==9.0.0"],
|
||||
"requirements": ["pillow==9.0.1"],
|
||||
"codeowners": ["@fabaff"],
|
||||
"iot_class": "local_polling"
|
||||
}
|
||||
|
@ -2,7 +2,7 @@
|
||||
"domain": "sighthound",
|
||||
"name": "Sighthound",
|
||||
"documentation": "https://www.home-assistant.io/integrations/sighthound",
|
||||
"requirements": ["pillow==9.0.0", "simplehound==0.3"],
|
||||
"requirements": ["pillow==9.0.1", "simplehound==0.3"],
|
||||
"codeowners": ["@robmarkcole"],
|
||||
"iot_class": "cloud_polling",
|
||||
"loggers": ["simplehound"]
|
||||
|
@ -7,7 +7,7 @@
|
||||
"tf-models-official==2.5.0",
|
||||
"pycocotools==2.0.1",
|
||||
"numpy==1.21.4",
|
||||
"pillow==9.0.0"
|
||||
"pillow==9.0.1"
|
||||
],
|
||||
"codeowners": [],
|
||||
"iot_class": "local_polling",
|
||||
|
@ -20,7 +20,7 @@ httpx==0.21.3
|
||||
ifaddr==0.1.7
|
||||
jinja2==3.0.3
|
||||
paho-mqtt==1.6.1
|
||||
pillow==9.0.0
|
||||
pillow==9.0.1
|
||||
pip>=8.0.3,<20.3
|
||||
pyserial==3.5
|
||||
python-slugify==4.0.1
|
||||
|
@ -1246,7 +1246,7 @@ pilight==0.1.1
|
||||
# homeassistant.components.seven_segments
|
||||
# homeassistant.components.sighthound
|
||||
# homeassistant.components.tensorflow
|
||||
pillow==9.0.0
|
||||
pillow==9.0.1
|
||||
|
||||
# homeassistant.components.dominos
|
||||
pizzapi==0.0.3
|
||||
|
@ -771,7 +771,7 @@ pilight==0.1.1
|
||||
# homeassistant.components.seven_segments
|
||||
# homeassistant.components.sighthound
|
||||
# homeassistant.components.tensorflow
|
||||
pillow==9.0.0
|
||||
pillow==9.0.1
|
||||
|
||||
# homeassistant.components.plex
|
||||
plexapi==4.9.1
|
||||
|
Loading…
x
Reference in New Issue
Block a user