Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump pillow to 7.0 #31847

Merged
merged 1 commit into from Feb 15, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 5 additions & 2 deletions homeassistant/components/doods/manifest.json
Expand Up @@ -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": []
}
}
6 changes: 4 additions & 2 deletions homeassistant/components/proxy/manifest.json
Expand Up @@ -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": []
}
}
7 changes: 5 additions & 2 deletions homeassistant/components/qrcode/manifest.json
Expand Up @@ -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": []
}
}
6 changes: 4 additions & 2 deletions homeassistant/components/seven_segments/manifest.json
Expand Up @@ -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": []
}
}
4 changes: 2 additions & 2 deletions homeassistant/components/tensorflow/manifest.json
Expand Up @@ -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": []
}
}
2 changes: 1 addition & 1 deletion requirements_all.txt
Expand Up @@ -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
Expand Down