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