From cfd7ca344ed7bfe534dce0c8c5a0a5638bf17e1b Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 29 Apr 2016 07:49:46 +0200 Subject: [PATCH] Upgrade pushbullet.py to 0.10.0 (#1939) --- homeassistant/components/notify/pushbullet.py | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/notify/pushbullet.py b/homeassistant/components/notify/pushbullet.py index 1baee8e5287..20a6daebf05 100644 --- a/homeassistant/components/notify/pushbullet.py +++ b/homeassistant/components/notify/pushbullet.py @@ -11,7 +11,7 @@ from homeassistant.components.notify import ( from homeassistant.const import CONF_API_KEY _LOGGER = logging.getLogger(__name__) -REQUIREMENTS = ['pushbullet.py==0.9.0'] +REQUIREMENTS = ['pushbullet.py==0.10.0'] # pylint: disable=unused-argument diff --git a/requirements_all.txt b/requirements_all.txt index d5948cd28aa..8550b0d7429 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -176,7 +176,7 @@ proliphix==0.1.0 psutil==4.1.0 # homeassistant.components.notify.pushbullet -pushbullet.py==0.9.0 +pushbullet.py==0.10.0 # homeassistant.components.notify.pushetta pushetta==1.0.15