mirror of
https://github.com/home-assistant/core.git
synced 2025-07-14 16:57:10 +00:00
Upgrade pillow to 6.2.1 (#28442)
This commit is contained in:
parent
7e6bcb85b7
commit
c01b7bbf28
@ -3,7 +3,7 @@
|
||||
"name": "Image processing",
|
||||
"documentation": "https://www.home-assistant.io/integrations/image_processing",
|
||||
"requirements": [
|
||||
"pillow==6.2.0"
|
||||
"pillow==6.2.1"
|
||||
],
|
||||
"dependencies": [
|
||||
"camera"
|
||||
|
@ -3,7 +3,7 @@
|
||||
"name": "Proxy",
|
||||
"documentation": "https://www.home-assistant.io/integrations/proxy",
|
||||
"requirements": [
|
||||
"pillow==6.2.0"
|
||||
"pillow==6.2.1"
|
||||
],
|
||||
"dependencies": [],
|
||||
"codeowners": []
|
||||
|
@ -3,7 +3,7 @@
|
||||
"name": "Qrcode",
|
||||
"documentation": "https://www.home-assistant.io/integrations/qrcode",
|
||||
"requirements": [
|
||||
"pillow==6.2.0",
|
||||
"pillow==6.2.1",
|
||||
"pyzbar==0.1.7"
|
||||
],
|
||||
"dependencies": [],
|
||||
|
@ -968,7 +968,7 @@ pilight==0.1.1
|
||||
# homeassistant.components.image_processing
|
||||
# homeassistant.components.proxy
|
||||
# homeassistant.components.qrcode
|
||||
pillow==6.2.0
|
||||
pillow==6.2.1
|
||||
|
||||
# homeassistant.components.dominos
|
||||
pizzapi==0.0.3
|
||||
|
@ -338,7 +338,7 @@ pilight==0.1.1
|
||||
# homeassistant.components.image_processing
|
||||
# homeassistant.components.proxy
|
||||
# homeassistant.components.qrcode
|
||||
pillow==6.2.0
|
||||
pillow==6.2.1
|
||||
|
||||
# homeassistant.components.plex
|
||||
plexapi==3.0.6
|
||||
|
Loading…
x
Reference in New Issue
Block a user