mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 21:57:51 +00:00
Upgrade pillow to 8.1.2 (#47619)
This commit is contained in:
parent
9774ada4aa
commit
197687399d
@ -2,6 +2,6 @@
|
|||||||
"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==8.1.1"],
|
"requirements": ["pydoods==1.0.2", "pillow==8.1.2"],
|
||||||
"codeowners": []
|
"codeowners": []
|
||||||
}
|
}
|
||||||
|
@ -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==8.1.1"],
|
"requirements": ["pillow==8.1.2"],
|
||||||
"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==8.1.1"],
|
"requirements": ["pillow==8.1.2"],
|
||||||
"codeowners": []
|
"codeowners": []
|
||||||
}
|
}
|
||||||
|
@ -2,6 +2,6 @@
|
|||||||
"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==8.1.1", "pyzbar==0.1.7"],
|
"requirements": ["pillow==8.1.2", "pyzbar==0.1.7"],
|
||||||
"codeowners": []
|
"codeowners": []
|
||||||
}
|
}
|
||||||
|
@ -2,6 +2,6 @@
|
|||||||
"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==8.1.1"],
|
"requirements": ["pillow==8.1.2"],
|
||||||
"codeowners": ["@fabaff"]
|
"codeowners": ["@fabaff"]
|
||||||
}
|
}
|
||||||
|
@ -2,6 +2,6 @@
|
|||||||
"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==8.1.1", "simplehound==0.3"],
|
"requirements": ["pillow==8.1.2", "simplehound==0.3"],
|
||||||
"codeowners": ["@robmarkcole"]
|
"codeowners": ["@robmarkcole"]
|
||||||
}
|
}
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
"tf-models-official==2.3.0",
|
"tf-models-official==2.3.0",
|
||||||
"pycocotools==2.0.1",
|
"pycocotools==2.0.1",
|
||||||
"numpy==1.19.2",
|
"numpy==1.19.2",
|
||||||
"pillow==8.1.1"
|
"pillow==8.1.2"
|
||||||
],
|
],
|
||||||
"codeowners": []
|
"codeowners": []
|
||||||
}
|
}
|
||||||
|
@ -20,7 +20,7 @@ httpx==0.16.1
|
|||||||
jinja2>=2.11.3
|
jinja2>=2.11.3
|
||||||
netdisco==2.8.2
|
netdisco==2.8.2
|
||||||
paho-mqtt==1.5.1
|
paho-mqtt==1.5.1
|
||||||
pillow==8.1.1
|
pillow==8.1.2
|
||||||
pip>=8.0.3,<20.3
|
pip>=8.0.3,<20.3
|
||||||
python-slugify==4.0.1
|
python-slugify==4.0.1
|
||||||
pytz>=2021.1
|
pytz>=2021.1
|
||||||
|
@ -1126,7 +1126,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==8.1.1
|
pillow==8.1.2
|
||||||
|
|
||||||
# homeassistant.components.dominos
|
# homeassistant.components.dominos
|
||||||
pizzapi==0.0.3
|
pizzapi==0.0.3
|
||||||
|
@ -575,7 +575,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==8.1.1
|
pillow==8.1.2
|
||||||
|
|
||||||
# homeassistant.components.plex
|
# homeassistant.components.plex
|
||||||
plexapi==4.4.0
|
plexapi==4.4.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user