Skip to content
Snippets Groups Projects
Commit 2ba86310 authored by Steven Looman's avatar Steven Looman Committed by Diogo Gomes
Browse files

Upgrade to async_upnp_client==0.13.8 (#19634)

parent 457708cb
Branches
Tags
No related merge requests found
......@@ -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.13.7']
REQUIREMENTS = ['async-upnp-client==0.13.8']
_LOGGER = logging.getLogger(__name__)
......
......@@ -28,7 +28,8 @@ from .const import DOMAIN
from .const import LOGGER as _LOGGER
from .device import Device
REQUIREMENTS = ['async-upnp-client==0.13.7']
REQUIREMENTS = ['async-upnp-client==0.13.8']
NOTIFICATION_ID = 'upnp_notification'
NOTIFICATION_TITLE = 'UPnP/IGD Setup'
......
......@@ -161,7 +161,7 @@ asterisk_mbox==0.5.0
# homeassistant.components.upnp
# homeassistant.components.media_player.dlna_dmr
async-upnp-client==0.13.7
async-upnp-client==0.13.8
# homeassistant.components.light.avion
# avion==0.10
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment