Upgrade pillow to 7.1.2 (#34733)

pull/34609/head^2
Franck Nijhof 2020-04-26 22:53:02 +02:00 committed by GitHub
parent 1c84905bcd
commit b6292d7c77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 8 additions and 8 deletions

View File

@ -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": []
}

View File

@ -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": []
}

View File

@ -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": []
}

View File

@ -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"]
}

View File

@ -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"]
}

View File

@ -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": []
}

View File

@ -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

View File

@ -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