Bumped amcrest module to 1.1.5 (#6872)

This commit is contained in:
Marcelo Moreira de Mello 2017-04-01 06:36:04 -04:00 committed by Fabian Affolter
parent a0bb554f8a
commit 65b9383e04
3 changed files with 3 additions and 3 deletions

View file

@ -18,7 +18,7 @@ from homeassistant.helpers import config_validation as cv
from homeassistant.helpers.aiohttp_client import (
async_get_clientsession, async_aiohttp_proxy_web)
REQUIREMENTS = ['amcrest==1.1.4']
REQUIREMENTS = ['amcrest==1.1.5']
_LOGGER = logging.getLogger(__name__)

View file

@ -20,7 +20,7 @@ import homeassistant.loader as loader
from requests.exceptions import HTTPError, ConnectTimeout
REQUIREMENTS = ['amcrest==1.1.4']
REQUIREMENTS = ['amcrest==1.1.5']
_LOGGER = logging.getLogger(__name__)

View file

@ -48,7 +48,7 @@ aiolifx==0.4.2
# homeassistant.components.camera.amcrest
# homeassistant.components.sensor.amcrest
amcrest==1.1.4
amcrest==1.1.5
# homeassistant.components.media_player.anthemav
anthemav==1.1.8