diff --git a/homeassistant/components/upnp.py b/homeassistant/components/upnp.py index dd611090c22..26a59746aea 100644 --- a/homeassistant/components/upnp.py +++ b/homeassistant/components/upnp.py @@ -15,7 +15,7 @@ from homeassistant.helpers import config_validation as cv from homeassistant.helpers import discovery from homeassistant.util import get_local_ip -REQUIREMENTS = ['pyupnp-async==0.1.0.1'] +REQUIREMENTS = ['pyupnp-async==0.1.0.2'] DEPENDENCIES = ['http'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index 796f80c3bd0..93bf26f5239 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1069,7 +1069,7 @@ pytradfri[async]==5.4.2 pyunifi==2.13 # homeassistant.components.upnp -pyupnp-async==0.1.0.1 +pyupnp-async==0.1.0.2 # homeassistant.components.keyboard # pyuserinput==0.1.11 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 28265bdb5f1..a5835392c4a 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -162,7 +162,7 @@ pythonwhois==2.4.3 pyunifi==2.13 # homeassistant.components.upnp -pyupnp-async==0.1.0.1 +pyupnp-async==0.1.0.2 # homeassistant.components.notify.html5 pywebpush==1.6.0