Upgrade to async_upnp_client==0.14.7 (#22543)

This commit is contained in:
Steven Looman 2019-03-29 21:41:50 +01:00 committed by Paulus Schoutsen
parent f46a8378b0
commit 613c356c5f
3 changed files with 3 additions and 3 deletions

View File

@ -32,7 +32,7 @@ from homeassistant.helpers.typing import HomeAssistantType
import homeassistant.helpers.config_validation as cv
from homeassistant.util import get_local_ip
REQUIREMENTS = ['async-upnp-client==0.14.6']
REQUIREMENTS = ['async-upnp-client==0.14.7']
_LOGGER = logging.getLogger(__name__)

View File

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

View File

@ -183,7 +183,7 @@ asterisk_mbox==0.5.0
# homeassistant.components.upnp
# homeassistant.components.dlna_dmr.media_player
async-upnp-client==0.14.6
async-upnp-client==0.14.7
# homeassistant.components.stream
av==6.1.2