Skip to content

Commit

Permalink
Upgrade to async-upnp-client==0.14.3 (home-assistant#20502)
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenLooman authored and Danielhiversen committed Jan 27, 2019
1 parent 10e3698 commit 2aab646
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/media_player/dlna_dmr.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
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__)

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 @@ -29,7 +29,7 @@
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'
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2aab646

Please sign in to comment.