Bump ONVIF and pin Zeep (#41907)

This commit is contained in:
Jason Hunter 2020-10-15 16:24:33 -04:00 committed by Paulus Schoutsen
parent b2f50d0a3a
commit 303b7efd4b
3 changed files with 13 additions and 3 deletions

View File

@ -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

View File

@ -1022,7 +1022,7 @@ omnilogic==0.4.0
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
@ -2303,6 +2303,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

View File

@ -490,7 +490,7 @@ oauth2client==4.0.0
omnilogic==0.4.0
# homeassistant.components.onvif
onvif-zeep-async==0.5.0
onvif-zeep-async==0.6.0
# homeassistant.components.openerz
openerz-api==0.1.0
@ -1066,6 +1066,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.5