Upgrade pillow to 7.1.2 (#34733)
parent
1c84905bcd
commit
b6292d7c77
|
@ -2,6 +2,6 @@
|
|||
"domain": "doods",
|
||||
"name": "DOODS - Distributed Outside Object Detection Service",
|
||||
"documentation": "https://www.home-assistant.io/integrations/doods",
|
||||
"requirements": ["pydoods==1.0.2", "pillow==7.1.1"],
|
||||
"requirements": ["pydoods==1.0.2", "pillow==7.1.2"],
|
||||
"codeowners": []
|
||||
}
|
||||
|
|
|
@ -2,6 +2,6 @@
|
|||
"domain": "proxy",
|
||||
"name": "Camera Proxy",
|
||||
"documentation": "https://www.home-assistant.io/integrations/proxy",
|
||||
"requirements": ["pillow==7.1.1"],
|
||||
"requirements": ["pillow==7.1.2"],
|
||||
"codeowners": []
|
||||
}
|
||||
|
|
|
@ -2,6 +2,6 @@
|
|||
"domain": "qrcode",
|
||||
"name": "QR Code",
|
||||
"documentation": "https://www.home-assistant.io/integrations/qrcode",
|
||||
"requirements": ["pillow==7.1.1", "pyzbar==0.1.7"],
|
||||
"requirements": ["pillow==7.1.2", "pyzbar==0.1.7"],
|
||||
"codeowners": []
|
||||
}
|
||||
|
|
|
@ -2,6 +2,6 @@
|
|||
"domain": "seven_segments",
|
||||
"name": "Seven Segments OCR",
|
||||
"documentation": "https://www.home-assistant.io/integrations/seven_segments",
|
||||
"requirements": ["pillow==7.1.1"],
|
||||
"requirements": ["pillow==7.1.2"],
|
||||
"codeowners": ["@fabaff"]
|
||||
}
|
||||
|
|
|
@ -2,6 +2,6 @@
|
|||
"domain": "sighthound",
|
||||
"name": "Sighthound",
|
||||
"documentation": "https://www.home-assistant.io/integrations/sighthound",
|
||||
"requirements": ["pillow==7.1.1", "simplehound==0.3"],
|
||||
"requirements": ["pillow==7.1.2", "simplehound==0.3"],
|
||||
"codeowners": ["@robmarkcole"]
|
||||
}
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"tensorflow==1.13.2",
|
||||
"numpy==1.18.2",
|
||||
"protobuf==3.6.1",
|
||||
"pillow==7.1.1"
|
||||
"pillow==7.1.2"
|
||||
],
|
||||
"codeowners": []
|
||||
}
|
||||
|
|
|
@ -1045,7 +1045,7 @@ pilight==0.1.1
|
|||
# homeassistant.components.seven_segments
|
||||
# homeassistant.components.sighthound
|
||||
# homeassistant.components.tensorflow
|
||||
pillow==7.1.1
|
||||
pillow==7.1.2
|
||||
|
||||
# homeassistant.components.dominos
|
||||
pizzapi==0.0.3
|
||||
|
|
|
@ -408,7 +408,7 @@ pilight==0.1.1
|
|||
# homeassistant.components.seven_segments
|
||||
# homeassistant.components.sighthound
|
||||
# homeassistant.components.tensorflow
|
||||
pillow==7.1.1
|
||||
pillow==7.1.2
|
||||
|
||||
# homeassistant.components.plex
|
||||
plexapi==3.4.0
|
||||
|
|
Loading…
Reference in New Issue