Upgraded python-amcrest to 1.2.3 (#14988)

This commit is contained in:
Marcelo Moreira de Mello 2018-06-16 06:57:58 -04:00 committed by Paulus Schoutsen
parent 17308a2730
commit ff4da05267
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ from homeassistant.const import (
from homeassistant.helpers import discovery
import homeassistant.helpers.config_validation as cv
REQUIREMENTS = ['amcrest==1.2.2']
REQUIREMENTS = ['amcrest==1.2.3']
DEPENDENCIES = ['ffmpeg']
_LOGGER = logging.getLogger(__name__)

View File

@ -113,7 +113,7 @@ alarmdecoder==1.13.2
alpha_vantage==2.0.0
# homeassistant.components.amcrest
amcrest==1.2.2
amcrest==1.2.3
# homeassistant.components.media_player.anthemav
anthemav==1.1.8