From a4e0c9c251095a171538ca5475c5a14c4e4e4211 Mon Sep 17 00:00:00 2001 From: Diogo Gomes Date: Tue, 1 May 2018 13:51:47 +0100 Subject: [PATCH] Fixes #14169 (Upgrade pyupnp-async to 0.1.0.2) (#14210) * Fixes #14169 (upstream version bump) * bump pyupnp-async version --- homeassistant/components/upnp.py | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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