mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Bump pillow to 7.0 (#31847)
This commit is contained in:
parent
4e54dfa874
commit
e38522c612
@ -2,7 +2,10 @@
|
|||||||
"domain": "doods",
|
"domain": "doods",
|
||||||
"name": "DOODS - Distributed Outside Object Detection Service",
|
"name": "DOODS - Distributed Outside 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==6.2.1"],
|
"requirements": [
|
||||||
|
"pydoods==1.0.2",
|
||||||
|
"pillow==7.0.0"
|
||||||
|
],
|
||||||
"dependencies": [],
|
"dependencies": [],
|
||||||
"codeowners": []
|
"codeowners": []
|
||||||
}
|
}
|
@ -2,7 +2,9 @@
|
|||||||
"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==6.2.1"],
|
"requirements": [
|
||||||
|
"pillow==7.0.0"
|
||||||
|
],
|
||||||
"dependencies": [],
|
"dependencies": [],
|
||||||
"codeowners": []
|
"codeowners": []
|
||||||
}
|
}
|
@ -2,7 +2,10 @@
|
|||||||
"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==6.2.1", "pyzbar==0.1.7"],
|
"requirements": [
|
||||||
|
"pillow==7.0.0",
|
||||||
|
"pyzbar==0.1.7"
|
||||||
|
],
|
||||||
"dependencies": [],
|
"dependencies": [],
|
||||||
"codeowners": []
|
"codeowners": []
|
||||||
}
|
}
|
@ -2,7 +2,9 @@
|
|||||||
"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==6.2.1"],
|
"requirements": [
|
||||||
|
"pillow==7.0.0"
|
||||||
|
],
|
||||||
"dependencies": [],
|
"dependencies": [],
|
||||||
"codeowners": []
|
"codeowners": []
|
||||||
}
|
}
|
@ -6,7 +6,7 @@
|
|||||||
"tensorflow==1.13.2",
|
"tensorflow==1.13.2",
|
||||||
"numpy==1.18.1",
|
"numpy==1.18.1",
|
||||||
"protobuf==3.6.1",
|
"protobuf==3.6.1",
|
||||||
"pillow==6.2.1"
|
"pillow==7.0.0"
|
||||||
],
|
],
|
||||||
"dependencies": [],
|
"dependencies": [],
|
||||||
"codeowners": []
|
"codeowners": []
|
||||||
|
@ -1004,7 +1004,7 @@ pilight==0.1.1
|
|||||||
# homeassistant.components.qrcode
|
# homeassistant.components.qrcode
|
||||||
# homeassistant.components.seven_segments
|
# homeassistant.components.seven_segments
|
||||||
# homeassistant.components.tensorflow
|
# homeassistant.components.tensorflow
|
||||||
pillow==6.2.1
|
pillow==7.0.0
|
||||||
|
|
||||||
# homeassistant.components.dominos
|
# homeassistant.components.dominos
|
||||||
pizzapi==0.0.3
|
pizzapi==0.0.3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user