Skip to content

Commit

Permalink
Upgrade apns2 to 0.3.0 (#10347)
Browse files Browse the repository at this point in the history
  • Loading branch information
TopdRob authored and balloob committed Nov 9, 2017
1 parent 2118ab2 commit 9297a9c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/notify/apns.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9297a9c

Please sign in to comment.