Skip to content

Commit

Permalink
Merge pull request #18904 from home-assistant/upgrade-Pillow
Browse files Browse the repository at this point in the history
Upgrade pillow to 5.3.0
  • Loading branch information
Danielhiversen authored Dec 2, 2018
2 parents 456cec2 + 9f3c9cd commit 8eb9445
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/camera/proxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
import homeassistant.util.dt as dt_util
from homeassistant.components.camera import async_get_still_stream

REQUIREMENTS = ['pillow==5.2.0']
REQUIREMENTS = ['pillow==5.3.0']

_LOGGER = logging.getLogger(__name__)

Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/image_processing/tensorflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
from homeassistant.helpers import template
import homeassistant.helpers.config_validation as cv

REQUIREMENTS = ['numpy==1.15.4', 'pillow==5.2.0', 'protobuf==3.6.1']
REQUIREMENTS = ['numpy==1.15.4', 'pillow==5.3.0', 'protobuf==3.6.1']

_LOGGER = logging.getLogger(__name__)

Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -748,7 +748,7 @@ pilight==0.1.1

# homeassistant.components.camera.proxy
# homeassistant.components.image_processing.tensorflow
pillow==5.2.0
pillow==5.3.0

# homeassistant.components.dominos
pizzapi==0.0.3
Expand Down

0 comments on commit 8eb9445

Please sign in to comment.