Upgrade apns2 to 0.3.0 (#10347)

This commit is contained in:
TopdRob 2017-11-09 06:09:19 +01:00 committed by Paulus Schoutsen
parent 2118ab2503
commit 9297a9cbb4
3 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@ from homeassistant.const import CONF_NAME, CONF_PLATFORM
import homeassistant.helpers.config_validation as cv
from homeassistant.helpers import template as template_helper
REQUIREMENTS = ['apns2==0.1.1']
REQUIREMENTS = ['apns2==0.3.0']
APNS_DEVICES = 'apns.yaml'
CONF_CERTFILE = 'cert_file'

View File

@ -95,7 +95,7 @@ anthemav==1.1.8
apcaccess==0.0.13
# homeassistant.components.notify.apns
apns2==0.1.1
apns2==0.3.0
# homeassistant.components.asterisk_mbox
asterisk_mbox==0.4.0

View File

@ -34,7 +34,7 @@ aioautomatic==0.6.4
aiohttp_cors==0.5.3
# homeassistant.components.notify.apns
apns2==0.1.1
apns2==0.3.0
# homeassistant.components.sensor.coinmarketcap
coinmarketcap==4.1.1