Upgrade to async-upnp-client==0.14.3 (#20502)

pull/18738/head
Steven Looman 2019-01-27 13:52:51 +01:00 committed by Daniel Høyer Iversen
parent 10e3698fd7
commit 2aab646be2
3 changed files with 3 additions and 3 deletions

View File

@ -26,7 +26,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.14.2']
REQUIREMENTS = ['async-upnp-client==0.14.3']
_LOGGER = logging.getLogger(__name__)

View File

@ -29,7 +29,7 @@ from .const import LOGGER as _LOGGER
from .device import Device
REQUIREMENTS = ['async-upnp-client==0.14.2']
REQUIREMENTS = ['async-upnp-client==0.14.3']
NOTIFICATION_ID = 'upnp_notification'
NOTIFICATION_TITLE = 'UPnP/IGD Setup'

View File

@ -164,7 +164,7 @@ asterisk_mbox==0.5.0
# homeassistant.components.upnp
# homeassistant.components.media_player.dlna_dmr
async-upnp-client==0.14.2
async-upnp-client==0.14.3
# homeassistant.components.light.avion
# avion==0.10