Upgrade async_upnp_client to 0.12.7 (#17601)

pull/17621/head
Steven Looman 2018-10-19 18:10:04 +02:00 committed by Martin Hjelmare
parent df2c3cdded
commit f7bc44955c
3 changed files with 3 additions and 3 deletions

View File

@ -25,7 +25,7 @@ from homeassistant.helpers.aiohttp_client import async_get_clientsession
import homeassistant.helpers.config_validation as cv
from homeassistant.util import get_local_ip
REQUIREMENTS = ['async-upnp-client==0.12.6']
REQUIREMENTS = ['async-upnp-client==0.12.7']
_LOGGER = logging.getLogger(__name__)

View File

@ -30,7 +30,7 @@ from .config_flow import ensure_domain_data
from .device import Device
REQUIREMENTS = ['async-upnp-client==0.12.6']
REQUIREMENTS = ['async-upnp-client==0.12.7']
DEPENDENCIES = ['http']
NOTIFICATION_ID = 'upnp_notification'

View File

@ -153,7 +153,7 @@ asterisk_mbox==0.5.0
# homeassistant.components.upnp
# homeassistant.components.media_player.dlna_dmr
async-upnp-client==0.12.6
async-upnp-client==0.12.7
# homeassistant.components.light.avion
# avion==0.7