diff --git a/homeassistant/components/upnp.py b/homeassistant/components/upnp.py index 5d7855f3959..2bf0572d498 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.1.0'] +REQUIREMENTS = ['pyupnp-async==0.1.1.1'] DEPENDENCIES = ['http'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index e31a2349dcf..ba0da439cbd 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1181,7 +1181,7 @@ pytrafikverket==0.1.5.8 pyunifi==2.13 # homeassistant.components.upnp -pyupnp-async==0.1.1.0 +pyupnp-async==0.1.1.1 # homeassistant.components.binary_sensor.uptimerobot pyuptimerobot==0.0.5 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 94c35c30ddf..2415d661e29 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -178,7 +178,7 @@ pytradfri[async]==5.5.1 pyunifi==2.13 # homeassistant.components.upnp -pyupnp-async==0.1.1.0 +pyupnp-async==0.1.1.1 # homeassistant.components.notify.html5 pywebpush==1.6.0