Upgrade pillow to 5.3.0

This commit is contained in:
Fabian Affolter 2018-12-02 00:30:02 +01:00
parent bd09e96681
commit 9f3c9cdb11
No known key found for this signature in database
GPG key ID: E23CD2DD36A4397F
3 changed files with 3 additions and 3 deletions

View file

@ -20,7 +20,7 @@ from homeassistant.core import split_entity_id
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__)