From 32675e0e3864d3b002a03491008f0c91f62f748c Mon Sep 17 00:00:00 2001 From: Jason Hunter Date: Thu, 15 Oct 2020 16:24:33 -0400 Subject: [PATCH] Bump ONVIF and pin Zeep (#41907) --- homeassistant/components/onvif/manifest.json | 6 +++++- requirements_all.txt | 5 ++++- requirements_test_all.txt | 5 ++++- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/onvif/manifest.json b/homeassistant/components/onvif/manifest.json index 182fe22d60c..5b12d1624b9 100644 --- a/homeassistant/components/onvif/manifest.json +++ b/homeassistant/components/onvif/manifest.json @@ -2,7 +2,11 @@ "domain": "onvif", "name": "ONVIF", "documentation": "https://www.home-assistant.io/integrations/onvif", - "requirements": ["onvif-zeep-async==0.5.0", "WSDiscovery==2.0.0"], + "requirements": [ + "onvif-zeep-async==0.6.0", + "WSDiscovery==2.0.0", + "zeep[async]==3.4.0" + ], "dependencies": ["ffmpeg"], "codeowners": ["@hunterjm"], "config_flow": true diff --git a/requirements_all.txt b/requirements_all.txt index 9180e0298cf..a2398dbb345 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1031,7 +1031,7 @@ omnilogic==0.4.2 onkyo-eiscp==1.2.7 # homeassistant.components.onvif -onvif-zeep-async==0.5.0 +onvif-zeep-async==0.6.0 # homeassistant.components.opengarage open-garage==0.1.4 @@ -2324,6 +2324,9 @@ yeelightsunflower==0.0.10 # homeassistant.components.media_extractor youtube_dl==2020.09.20 +# homeassistant.components.onvif +zeep[async]==3.4.0 + # homeassistant.components.zengge zengge==0.2 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 4c69ba4e800..44ba851379b 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -499,7 +499,7 @@ oauth2client==4.0.0 omnilogic==0.4.2 # homeassistant.components.onvif -onvif-zeep-async==0.5.0 +onvif-zeep-async==0.6.0 # homeassistant.components.openerz openerz-api==0.1.0 @@ -1093,6 +1093,9 @@ xmltodict==0.12.0 # homeassistant.components.yeelight yeelight==0.5.4 +# homeassistant.components.onvif +zeep[async]==3.4.0 + # homeassistant.components.zeroconf zeroconf==0.28.6