From 9297a9cbb4d6964ed1aa33cb6ffd6607cc890f60 Mon Sep 17 00:00:00 2001 From: TopdRob Date: Thu, 9 Nov 2017 06:09:19 +0100 Subject: [PATCH] Upgrade apns2 to 0.3.0 (#10347) --- homeassistant/components/notify/apns.py | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/notify/apns.py b/homeassistant/components/notify/apns.py index 250ef5c50c8498..f6f7cc71f141af 100644 --- a/homeassistant/components/notify/apns.py +++ b/homeassistant/components/notify/apns.py @@ -17,7 +17,7 @@ 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' diff --git a/requirements_all.txt b/requirements_all.txt index a85fcbea2f9824..19f354f7b36c0c 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -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 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 14dea3f25cf0bc..9f45cc4516ebb5 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -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