diff --git a/homeassistant/components/notify/pushover.py b/homeassistant/components/notify/pushover.py index 3d8d62230ee..cd73bbba4bf 100644 --- a/homeassistant/components/notify/pushover.py +++ b/homeassistant/components/notify/pushover.py @@ -14,7 +14,7 @@ from homeassistant.components.notify import ( from homeassistant.const import CONF_API_KEY import homeassistant.helpers.config_validation as cv -REQUIREMENTS = ['python-pushover==0.2'] +REQUIREMENTS = ['python-pushover==0.3'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index 12fe19344fd..3f661c29f78 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -754,7 +754,7 @@ python-nest==3.1.0 python-nmap==0.6.1 # homeassistant.components.notify.pushover -python-pushover==0.2 +python-pushover==0.3 # homeassistant.components.sensor.ripple python-ripple-api==0.0.2