mirror of
https://github.com/home-assistant/core.git
synced 2025-08-31 16:11:00 +00:00
Upgrade pillow to 5.4.1 (#19958)
This commit is contained in:

committed by
Daniel Høyer Iversen

parent
7b81727c69
commit
caf0751be8
@@ -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.3.0', 'protobuf==3.6.1']
|
||||
REQUIREMENTS = ['numpy==1.15.4', 'pillow==5.4.1', 'protobuf==3.6.1']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
Reference in New Issue
Block a user