mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 18:57:06 +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",
|
"name": "Image processing",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/image_processing",
|
"documentation": "https://www.home-assistant.io/integrations/image_processing",
|
||||||
"requirements": [
|
"requirements": [
|
||||||
"pillow==6.2.0"
|
"pillow==6.2.1"
|
||||||
],
|
],
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
"camera"
|
"camera"
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"name": "Proxy",
|
"name": "Proxy",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/proxy",
|
"documentation": "https://www.home-assistant.io/integrations/proxy",
|
||||||
"requirements": [
|
"requirements": [
|
||||||
"pillow==6.2.0"
|
"pillow==6.2.1"
|
||||||
],
|
],
|
||||||
"dependencies": [],
|
"dependencies": [],
|
||||||
"codeowners": []
|
"codeowners": []
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"name": "Qrcode",
|
"name": "Qrcode",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/qrcode",
|
"documentation": "https://www.home-assistant.io/integrations/qrcode",
|
||||||
"requirements": [
|
"requirements": [
|
||||||
"pillow==6.2.0",
|
"pillow==6.2.1",
|
||||||
"pyzbar==0.1.7"
|
"pyzbar==0.1.7"
|
||||||
],
|
],
|
||||||
"dependencies": [],
|
"dependencies": [],
|
||||||
|
@ -968,7 +968,7 @@ pilight==0.1.1
|
|||||||
# homeassistant.components.image_processing
|
# homeassistant.components.image_processing
|
||||||
# homeassistant.components.proxy
|
# homeassistant.components.proxy
|
||||||
# homeassistant.components.qrcode
|
# homeassistant.components.qrcode
|
||||||
pillow==6.2.0
|
pillow==6.2.1
|
||||||
|
|
||||||
# homeassistant.components.dominos
|
# homeassistant.components.dominos
|
||||||
pizzapi==0.0.3
|
pizzapi==0.0.3
|
||||||
|
@ -338,7 +338,7 @@ pilight==0.1.1
|
|||||||
# homeassistant.components.image_processing
|
# homeassistant.components.image_processing
|
||||||
# homeassistant.components.proxy
|
# homeassistant.components.proxy
|
||||||
# homeassistant.components.qrcode
|
# homeassistant.components.qrcode
|
||||||
pillow==6.2.0
|
pillow==6.2.1
|
||||||
|
|
||||||
# homeassistant.components.plex
|
# homeassistant.components.plex
|
||||||
plexapi==3.0.6
|
plexapi==3.0.6
|
||||||
|
Loading…
x
Reference in New Issue
Block a user