Upgrade pillow to 6.1.0 (#26005)
This commit is contained in:
parent
b43ef6c0cf
commit
e21a677239
4 changed files with 4 additions and 4 deletions
|
@ -3,7 +3,7 @@
|
|||
"name": "Proxy",
|
||||
"documentation": "https://www.home-assistant.io/components/proxy",
|
||||
"requirements": [
|
||||
"pillow==5.4.1"
|
||||
"pillow==6.1.0"
|
||||
],
|
||||
"dependencies": [],
|
||||
"codeowners": []
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"name": "Qrcode",
|
||||
"documentation": "https://www.home-assistant.io/components/qrcode",
|
||||
"requirements": [
|
||||
"pillow==5.4.1",
|
||||
"pillow==6.1.0",
|
||||
"pyzbar==0.1.7"
|
||||
],
|
||||
"dependencies": [],
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"documentation": "https://www.home-assistant.io/components/tensorflow",
|
||||
"requirements": [
|
||||
"numpy==1.17.0",
|
||||
"pillow==5.4.1",
|
||||
"pillow==6.1.0",
|
||||
"protobuf==3.6.1"
|
||||
],
|
||||
"dependencies": [],
|
||||
|
|
|
@ -928,7 +928,7 @@ pilight==0.1.1
|
|||
# homeassistant.components.proxy
|
||||
# homeassistant.components.qrcode
|
||||
# homeassistant.components.tensorflow
|
||||
pillow==5.4.1
|
||||
pillow==6.1.0
|
||||
|
||||
# homeassistant.components.dominos
|
||||
pizzapi==0.0.3
|
||||
|
|
Loading…
Add table
Reference in a new issue