Bump pillow to 7.0 (#31847)
parent
4e54dfa874
commit
e38522c612
|
@ -2,7 +2,10 @@
|
|||
"domain": "doods",
|
||||
"name": "DOODS - Distributed Outside Object Detection Service",
|
||||
"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": [],
|
||||
"codeowners": []
|
||||
}
|
||||
}
|
|
@ -2,7 +2,9 @@
|
|||
"domain": "proxy",
|
||||
"name": "Camera Proxy",
|
||||
"documentation": "https://www.home-assistant.io/integrations/proxy",
|
||||
"requirements": ["pillow==6.2.1"],
|
||||
"requirements": [
|
||||
"pillow==7.0.0"
|
||||
],
|
||||
"dependencies": [],
|
||||
"codeowners": []
|
||||
}
|
||||
}
|
|
@ -2,7 +2,10 @@
|
|||
"domain": "qrcode",
|
||||
"name": "QR Code",
|
||||
"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": [],
|
||||
"codeowners": []
|
||||
}
|
||||
}
|
|
@ -2,7 +2,9 @@
|
|||
"domain": "seven_segments",
|
||||
"name": "Seven Segments OCR",
|
||||
"documentation": "https://www.home-assistant.io/integrations/seven_segments",
|
||||
"requirements": ["pillow==6.2.1"],
|
||||
"requirements": [
|
||||
"pillow==7.0.0"
|
||||
],
|
||||
"dependencies": [],
|
||||
"codeowners": []
|
||||
}
|
||||
}
|
|
@ -6,8 +6,8 @@
|
|||
"tensorflow==1.13.2",
|
||||
"numpy==1.18.1",
|
||||
"protobuf==3.6.1",
|
||||
"pillow==6.2.1"
|
||||
"pillow==7.0.0"
|
||||
],
|
||||
"dependencies": [],
|
||||
"codeowners": []
|
||||
}
|
||||
}
|
|
@ -1004,7 +1004,7 @@ pilight==0.1.1
|
|||
# homeassistant.components.qrcode
|
||||
# homeassistant.components.seven_segments
|
||||
# homeassistant.components.tensorflow
|
||||
pillow==6.2.1
|
||||
pillow==7.0.0
|
||||
|
||||
# homeassistant.components.dominos
|
||||
pizzapi==0.0.3
|
||||
|
|
Loading…
Reference in New Issue