Upgrade pillow to 5.3.0
This commit is contained in:
parent
bd09e96681
commit
9f3c9cdb11
3 changed files with 3 additions and 3 deletions
|
@ -18,7 +18,7 @@ from homeassistant.util.async_ import run_coroutine_threadsafe
|
||||||
import homeassistant.util.dt as dt_util
|
import homeassistant.util.dt as dt_util
|
||||||
from homeassistant.components.camera import async_get_still_stream
|
from homeassistant.components.camera import async_get_still_stream
|
||||||
|
|
||||||
REQUIREMENTS = ['pillow==5.2.0']
|
REQUIREMENTS = ['pillow==5.3.0']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
|
@ -20,7 +20,7 @@ from homeassistant.core import split_entity_id
|
||||||
from homeassistant.helpers import template
|
from homeassistant.helpers import template
|
||||||
import homeassistant.helpers.config_validation as cv
|
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__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
|
@ -748,7 +748,7 @@ pilight==0.1.1
|
||||||
|
|
||||||
# homeassistant.components.camera.proxy
|
# homeassistant.components.camera.proxy
|
||||||
# homeassistant.components.image_processing.tensorflow
|
# homeassistant.components.image_processing.tensorflow
|
||||||
pillow==5.2.0
|
pillow==5.3.0
|
||||||
|
|
||||||
# homeassistant.components.dominos
|
# homeassistant.components.dominos
|
||||||
pizzapi==0.0.3
|
pizzapi==0.0.3
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue