diff --git a/homeassistant/components/image_processing/manifest.json b/homeassistant/components/image_processing/manifest.json index 6a88a358f1d..e986ac6f4ca 100644 --- a/homeassistant/components/image_processing/manifest.json +++ b/homeassistant/components/image_processing/manifest.json @@ -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" diff --git a/homeassistant/components/proxy/manifest.json b/homeassistant/components/proxy/manifest.json index e3f62514801..39f7b9064fc 100644 --- a/homeassistant/components/proxy/manifest.json +++ b/homeassistant/components/proxy/manifest.json @@ -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": [] diff --git a/homeassistant/components/qrcode/manifest.json b/homeassistant/components/qrcode/manifest.json index a3130070cc3..1f8caa3753a 100644 --- a/homeassistant/components/qrcode/manifest.json +++ b/homeassistant/components/qrcode/manifest.json @@ -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": [], diff --git a/requirements_all.txt b/requirements_all.txt index cf2c0cb7918..38770a24686 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -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 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index d7b4e4ffb01..89a86a8ce2f 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -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