From 0f9ae8827c524350fe54841063315e4f030ae6b6 Mon Sep 17 00:00:00 2001 From: David Date: Sun, 20 Aug 2017 01:00:07 +1000 Subject: [PATCH] Upgrade python-pushover to 0.3 (#9045) * Upgrade python-pushover * Upgrade python-pushover --- homeassistant/components/notify/pushover.py | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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