Update Pillow to 9.3.0 (#81343)
This commit is contained in:
parent
9dd6d5d0ab
commit
e22f69ea8c
11 changed files with 11 additions and 11 deletions
|
@ -2,7 +2,7 @@
|
||||||
"domain": "doods",
|
"domain": "doods",
|
||||||
"name": "DOODS - Dedicated Open Object Detection Service",
|
"name": "DOODS - Dedicated Open Object Detection Service",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/doods",
|
"documentation": "https://www.home-assistant.io/integrations/doods",
|
||||||
"requirements": ["pydoods==1.0.2", "pillow==9.2.0"],
|
"requirements": ["pydoods==1.0.2", "pillow==9.3.0"],
|
||||||
"codeowners": [],
|
"codeowners": [],
|
||||||
"iot_class": "local_polling",
|
"iot_class": "local_polling",
|
||||||
"loggers": ["pydoods"]
|
"loggers": ["pydoods"]
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"domain": "generic",
|
"domain": "generic",
|
||||||
"name": "Generic Camera",
|
"name": "Generic Camera",
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"requirements": ["ha-av==10.0.0", "pillow==9.2.0"],
|
"requirements": ["ha-av==10.0.0", "pillow==9.3.0"],
|
||||||
"dependencies": ["http"],
|
"dependencies": ["http"],
|
||||||
"documentation": "https://www.home-assistant.io/integrations/generic",
|
"documentation": "https://www.home-assistant.io/integrations/generic",
|
||||||
"codeowners": ["@davet2001"],
|
"codeowners": ["@davet2001"],
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
"name": "Image",
|
"name": "Image",
|
||||||
"config_flow": false,
|
"config_flow": false,
|
||||||
"documentation": "https://www.home-assistant.io/integrations/image",
|
"documentation": "https://www.home-assistant.io/integrations/image",
|
||||||
"requirements": ["pillow==9.2.0"],
|
"requirements": ["pillow==9.3.0"],
|
||||||
"dependencies": ["http"],
|
"dependencies": ["http"],
|
||||||
"codeowners": ["@home-assistant/core"],
|
"codeowners": ["@home-assistant/core"],
|
||||||
"quality_scale": "internal",
|
"quality_scale": "internal",
|
||||||
|
|
|
@ -2,6 +2,6 @@
|
||||||
"domain": "proxy",
|
"domain": "proxy",
|
||||||
"name": "Camera Proxy",
|
"name": "Camera Proxy",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/proxy",
|
"documentation": "https://www.home-assistant.io/integrations/proxy",
|
||||||
"requirements": ["pillow==9.2.0"],
|
"requirements": ["pillow==9.3.0"],
|
||||||
"codeowners": []
|
"codeowners": []
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"domain": "qrcode",
|
"domain": "qrcode",
|
||||||
"name": "QR Code",
|
"name": "QR Code",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/qrcode",
|
"documentation": "https://www.home-assistant.io/integrations/qrcode",
|
||||||
"requirements": ["pillow==9.2.0", "pyzbar==0.1.7"],
|
"requirements": ["pillow==9.3.0", "pyzbar==0.1.7"],
|
||||||
"codeowners": [],
|
"codeowners": [],
|
||||||
"iot_class": "calculated",
|
"iot_class": "calculated",
|
||||||
"loggers": ["pyzbar"]
|
"loggers": ["pyzbar"]
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"domain": "seven_segments",
|
"domain": "seven_segments",
|
||||||
"name": "Seven Segments OCR",
|
"name": "Seven Segments OCR",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/seven_segments",
|
"documentation": "https://www.home-assistant.io/integrations/seven_segments",
|
||||||
"requirements": ["pillow==9.2.0"],
|
"requirements": ["pillow==9.3.0"],
|
||||||
"codeowners": ["@fabaff"],
|
"codeowners": ["@fabaff"],
|
||||||
"iot_class": "local_polling"
|
"iot_class": "local_polling"
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"domain": "sighthound",
|
"domain": "sighthound",
|
||||||
"name": "Sighthound",
|
"name": "Sighthound",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/sighthound",
|
"documentation": "https://www.home-assistant.io/integrations/sighthound",
|
||||||
"requirements": ["pillow==9.2.0", "simplehound==0.3"],
|
"requirements": ["pillow==9.3.0", "simplehound==0.3"],
|
||||||
"codeowners": ["@robmarkcole"],
|
"codeowners": ["@robmarkcole"],
|
||||||
"iot_class": "cloud_polling",
|
"iot_class": "cloud_polling",
|
||||||
"loggers": ["simplehound"]
|
"loggers": ["simplehound"]
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
"tf-models-official==2.5.0",
|
"tf-models-official==2.5.0",
|
||||||
"pycocotools==2.0.1",
|
"pycocotools==2.0.1",
|
||||||
"numpy==1.23.2",
|
"numpy==1.23.2",
|
||||||
"pillow==9.2.0"
|
"pillow==9.3.0"
|
||||||
],
|
],
|
||||||
"codeowners": [],
|
"codeowners": [],
|
||||||
"iot_class": "local_polling",
|
"iot_class": "local_polling",
|
||||||
|
|
|
@ -28,7 +28,7 @@ jinja2==3.1.2
|
||||||
lru-dict==1.1.8
|
lru-dict==1.1.8
|
||||||
orjson==3.8.1
|
orjson==3.8.1
|
||||||
paho-mqtt==1.6.1
|
paho-mqtt==1.6.1
|
||||||
pillow==9.2.0
|
pillow==9.3.0
|
||||||
pip>=21.0,<22.4
|
pip>=21.0,<22.4
|
||||||
psutil-home-assistant==0.0.1
|
psutil-home-assistant==0.0.1
|
||||||
pyserial==3.5
|
pyserial==3.5
|
||||||
|
|
|
@ -1300,7 +1300,7 @@ pilight==0.1.1
|
||||||
# homeassistant.components.seven_segments
|
# homeassistant.components.seven_segments
|
||||||
# homeassistant.components.sighthound
|
# homeassistant.components.sighthound
|
||||||
# homeassistant.components.tensorflow
|
# homeassistant.components.tensorflow
|
||||||
pillow==9.2.0
|
pillow==9.3.0
|
||||||
|
|
||||||
# homeassistant.components.dominos
|
# homeassistant.components.dominos
|
||||||
pizzapi==0.0.3
|
pizzapi==0.0.3
|
||||||
|
|
|
@ -930,7 +930,7 @@ pilight==0.1.1
|
||||||
# homeassistant.components.seven_segments
|
# homeassistant.components.seven_segments
|
||||||
# homeassistant.components.sighthound
|
# homeassistant.components.sighthound
|
||||||
# homeassistant.components.tensorflow
|
# homeassistant.components.tensorflow
|
||||||
pillow==9.2.0
|
pillow==9.3.0
|
||||||
|
|
||||||
# homeassistant.components.plex
|
# homeassistant.components.plex
|
||||||
plexapi==4.13.0
|
plexapi==4.13.0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue