From 53cc3262bd6e9f466293bcf10f17198968f9e68a Mon Sep 17 00:00:00 2001
From: Joe Lu <snjoetw@gmail.com>
Date: Sun, 4 Mar 2018 01:19:12 -0800
Subject: [PATCH] Upgrade to py-canary 0.4.1 (#12894)

---
 homeassistant/components/canary.py | 2 +-
 requirements_all.txt               | 2 +-
 requirements_test_all.txt          | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/homeassistant/components/canary.py b/homeassistant/components/canary.py
index dfef4976eb8..03825bf48a9 100644
--- a/homeassistant/components/canary.py
+++ b/homeassistant/components/canary.py
@@ -15,7 +15,7 @@ from homeassistant.const import CONF_USERNAME, CONF_PASSWORD, CONF_TIMEOUT
 from homeassistant.helpers import discovery
 from homeassistant.util import Throttle
 
-REQUIREMENTS = ['py-canary==0.4.0']
+REQUIREMENTS = ['py-canary==0.4.1']
 
 _LOGGER = logging.getLogger(__name__)
 
diff --git a/requirements_all.txt b/requirements_all.txt
index b61502add4a..0491c4705f5 100644
--- a/requirements_all.txt
+++ b/requirements_all.txt
@@ -625,7 +625,7 @@ pwmled==1.2.1
 py-august==0.4.0
 
 # homeassistant.components.canary
-py-canary==0.4.0
+py-canary==0.4.1
 
 # homeassistant.components.sensor.cpuspeed
 py-cpuinfo==3.3.0
diff --git a/requirements_test_all.txt b/requirements_test_all.txt
index 4e5245c8fc3..2ab0a5c468d 100644
--- a/requirements_test_all.txt
+++ b/requirements_test_all.txt
@@ -124,7 +124,7 @@ prometheus_client==0.1.0
 pushbullet.py==0.11.0
 
 # homeassistant.components.canary
-py-canary==0.4.0
+py-canary==0.4.1
 
 # homeassistant.components.zwave
 pydispatcher==2.0.5
-- 
GitLab