From 640a333309dd5eefcb035cd6bdeb49e7819c6925 Mon Sep 17 00:00:00 2001 From: Marcelo Moreira de Mello Date: Sat, 16 Jun 2018 02:07:00 -0400 Subject: [PATCH] Upgraded python-amcrest to 1.2.3 --- homeassistant/components/amcrest.py | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/amcrest.py b/homeassistant/components/amcrest.py index d0e470e3f8ec44..820ca41ad2e73f 100644 --- a/homeassistant/components/amcrest.py +++ b/homeassistant/components/amcrest.py @@ -18,7 +18,7 @@ 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__) diff --git a/requirements_all.txt b/requirements_all.txt index 921bbf8fd46bfd..19ce3ec3748c97 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -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