Upgrade pillow to 7.1.2 (#34733)
This commit is contained in:
parent
1c84905bcd
commit
b6292d7c77
8 changed files with 8 additions and 8 deletions
|
@ -2,6 +2,6 @@
|
||||||
"domain": "doods",
|
"domain": "doods",
|
||||||
"name": "DOODS - Distributed Outside Object Detection Service",
|
"name": "DOODS - Distributed Outside Object Detection Service",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/doods",
|
"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": []
|
"codeowners": []
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,6 +2,6 @@
|
||||||
"domain": "proxy",
|
"domain": "proxy",
|
||||||
"name": "Camera Proxy",
|
"name": "Camera Proxy",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/proxy",
|
"documentation": "https://www.home-assistant.io/integrations/proxy",
|
||||||
"requirements": ["pillow==7.1.1"],
|
"requirements": ["pillow==7.1.2"],
|
||||||
"codeowners": []
|
"codeowners": []
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,6 +2,6 @@
|
||||||
"domain": "qrcode",
|
"domain": "qrcode",
|
||||||
"name": "QR Code",
|
"name": "QR Code",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/qrcode",
|
"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": []
|
"codeowners": []
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,6 +2,6 @@
|
||||||
"domain": "seven_segments",
|
"domain": "seven_segments",
|
||||||
"name": "Seven Segments OCR",
|
"name": "Seven Segments OCR",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/seven_segments",
|
"documentation": "https://www.home-assistant.io/integrations/seven_segments",
|
||||||
"requirements": ["pillow==7.1.1"],
|
"requirements": ["pillow==7.1.2"],
|
||||||
"codeowners": ["@fabaff"]
|
"codeowners": ["@fabaff"]
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,6 +2,6 @@
|
||||||
"domain": "sighthound",
|
"domain": "sighthound",
|
||||||
"name": "Sighthound",
|
"name": "Sighthound",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/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"]
|
"codeowners": ["@robmarkcole"]
|
||||||
}
|
}
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
"tensorflow==1.13.2",
|
"tensorflow==1.13.2",
|
||||||
"numpy==1.18.2",
|
"numpy==1.18.2",
|
||||||
"protobuf==3.6.1",
|
"protobuf==3.6.1",
|
||||||
"pillow==7.1.1"
|
"pillow==7.1.2"
|
||||||
],
|
],
|
||||||
"codeowners": []
|
"codeowners": []
|
||||||
}
|
}
|
||||||
|
|
|
@ -1045,7 +1045,7 @@ pilight==0.1.1
|
||||||
# homeassistant.components.seven_segments
|
# homeassistant.components.seven_segments
|
||||||
# homeassistant.components.sighthound
|
# homeassistant.components.sighthound
|
||||||
# homeassistant.components.tensorflow
|
# homeassistant.components.tensorflow
|
||||||
pillow==7.1.1
|
pillow==7.1.2
|
||||||
|
|
||||||
# homeassistant.components.dominos
|
# homeassistant.components.dominos
|
||||||
pizzapi==0.0.3
|
pizzapi==0.0.3
|
||||||
|
|
|
@ -408,7 +408,7 @@ pilight==0.1.1
|
||||||
# homeassistant.components.seven_segments
|
# homeassistant.components.seven_segments
|
||||||
# homeassistant.components.sighthound
|
# homeassistant.components.sighthound
|
||||||
# homeassistant.components.tensorflow
|
# homeassistant.components.tensorflow
|
||||||
pillow==7.1.1
|
pillow==7.1.2
|
||||||
|
|
||||||
# homeassistant.components.plex
|
# homeassistant.components.plex
|
||||||
plexapi==3.4.0
|
plexapi==3.4.0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue