Skip to content

Commit

Permalink
Upgrade to py-canary 0.4.1 (#12894)
Browse files Browse the repository at this point in the history
  • Loading branch information
snjoetw authored and MartinHjelmare committed Mar 4, 2018
1 parent 2e5b494 commit 53cc326
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/canary.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
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__)

Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 53cc326

Please sign in to comment.