Upgrade pillow to 8.2.0 (#51897)

This commit is contained in:
Franck Nijhof 2021-06-15 19:14:57 +02:00 committed by GitHub
parent b08f473da4
commit 37af42e470
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 10 additions and 10 deletions

View file

@ -2,7 +2,7 @@
"domain": "doods",
"name": "DOODS - Dedicated Open Object Detection Service",
"documentation": "https://www.home-assistant.io/integrations/doods",
"requirements": ["pydoods==1.0.2", "pillow==8.1.2"],
"requirements": ["pydoods==1.0.2", "pillow==8.2.0"],
"codeowners": [],
"iot_class": "local_polling"
}

View file

@ -3,7 +3,7 @@
"name": "Image",
"config_flow": false,
"documentation": "https://www.home-assistant.io/integrations/image",
"requirements": ["pillow==8.1.2"],
"requirements": ["pillow==8.2.0"],
"dependencies": ["http"],
"codeowners": ["@home-assistant/core"],
"quality_scale": "internal"

View file

@ -2,6 +2,6 @@
"domain": "proxy",
"name": "Camera Proxy",
"documentation": "https://www.home-assistant.io/integrations/proxy",
"requirements": ["pillow==8.1.2"],
"requirements": ["pillow==8.2.0"],
"codeowners": []
}

View file

@ -2,7 +2,7 @@
"domain": "qrcode",
"name": "QR Code",
"documentation": "https://www.home-assistant.io/integrations/qrcode",
"requirements": ["pillow==8.1.2", "pyzbar==0.1.7"],
"requirements": ["pillow==8.2.0", "pyzbar==0.1.7"],
"codeowners": [],
"iot_class": "calculated"
}

View file

@ -2,7 +2,7 @@
"domain": "seven_segments",
"name": "Seven Segments OCR",
"documentation": "https://www.home-assistant.io/integrations/seven_segments",
"requirements": ["pillow==8.1.2"],
"requirements": ["pillow==8.2.0"],
"codeowners": ["@fabaff"],
"iot_class": "local_polling"
}

View file

@ -2,7 +2,7 @@
"domain": "sighthound",
"name": "Sighthound",
"documentation": "https://www.home-assistant.io/integrations/sighthound",
"requirements": ["pillow==8.1.2", "simplehound==0.3"],
"requirements": ["pillow==8.2.0", "simplehound==0.3"],
"codeowners": ["@robmarkcole"],
"iot_class": "cloud_polling"
}

View file

@ -7,7 +7,7 @@
"tf-models-official==2.3.0",
"pycocotools==2.0.1",
"numpy==1.20.3",
"pillow==8.1.2"
"pillow==8.2.0"
],
"codeowners": [],
"iot_class": "local_polling"

View file

@ -22,7 +22,7 @@ httpx==0.18.0
ifaddr==0.1.7
jinja2==3.0.1
paho-mqtt==1.5.1
pillow==8.1.2
pillow==8.2.0
pip>=8.0.3,<20.3
python-slugify==4.0.1
pyyaml==5.4.1

View file

@ -1160,7 +1160,7 @@ pilight==0.1.1
# homeassistant.components.seven_segments
# homeassistant.components.sighthound
# homeassistant.components.tensorflow
pillow==8.1.2
pillow==8.2.0
# homeassistant.components.dominos
pizzapi==0.0.3

View file

@ -636,7 +636,7 @@ pilight==0.1.1
# homeassistant.components.seven_segments
# homeassistant.components.sighthound
# homeassistant.components.tensorflow
pillow==8.1.2
pillow==8.2.0
# homeassistant.components.plex
plexapi==4.5.1