Skip to content

Commit

Permalink
Upgrade to async_upnp_client==0.14.6 (home-assistant#22223)
Browse files Browse the repository at this point in the history
Upgrade to async_upnp_client to 0.14.6
  • Loading branch information
StevenLooman authored and fabaff committed Mar 21, 2019
1 parent f410233 commit 77635d4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/dlna_dmr/media_player.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
import homeassistant.helpers.config_validation as cv
from homeassistant.util import get_local_ip

REQUIREMENTS = ['async-upnp-client==0.14.5']
REQUIREMENTS = ['async-upnp-client==0.14.6']

_LOGGER = logging.getLogger(__name__)

Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/upnp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
from .const import LOGGER as _LOGGER
from .device import Device

REQUIREMENTS = ['async-upnp-client==0.14.5']
REQUIREMENTS = ['async-upnp-client==0.14.6']

NOTIFICATION_ID = 'upnp_notification'
NOTIFICATION_TITLE = 'UPnP/IGD Setup'
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ asterisk_mbox==0.5.0

# homeassistant.components.upnp
# homeassistant.components.dlna_dmr.media_player
async-upnp-client==0.14.5
async-upnp-client==0.14.6

# homeassistant.components.stream
av==6.1.2
Expand Down

0 comments on commit 77635d4

Please sign in to comment.