Update zeroconf to fix ServiceBrowser leak on cancelation (#38933)

This commit is contained in:
J. Nick Koston 2020-08-17 15:52:54 -05:00 committed by GitHub
parent 7198a5647d
commit 9feae62f93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
"domain": "zeroconf", "domain": "zeroconf",
"name": "Zero-configuration networking (zeroconf)", "name": "Zero-configuration networking (zeroconf)",
"documentation": "https://www.home-assistant.io/integrations/zeroconf", "documentation": "https://www.home-assistant.io/integrations/zeroconf",
"requirements": ["zeroconf==0.28.0"], "requirements": ["zeroconf==0.28.1"],
"dependencies": ["api"], "dependencies": ["api"],
"codeowners": ["@Kane610"], "codeowners": ["@Kane610"],
"quality_scale": "internal" "quality_scale": "internal"

View File

@ -28,7 +28,7 @@ sqlalchemy==1.3.18
voluptuous-serialize==2.4.0 voluptuous-serialize==2.4.0
voluptuous==0.11.7 voluptuous==0.11.7
yarl==1.4.2 yarl==1.4.2
zeroconf==0.28.0 zeroconf==0.28.1
pycryptodome>=3.6.6 pycryptodome>=3.6.6

View File

@ -2281,7 +2281,7 @@ youtube_dl==2020.07.28
zengge==0.2 zengge==0.2
# homeassistant.components.zeroconf # homeassistant.components.zeroconf
zeroconf==0.28.0 zeroconf==0.28.1
# homeassistant.components.zha # homeassistant.components.zha
zha-quirks==0.0.43 zha-quirks==0.0.43

View File

@ -1020,7 +1020,7 @@ xmltodict==0.12.0
yeelight==0.5.2 yeelight==0.5.2
# homeassistant.components.zeroconf # homeassistant.components.zeroconf
zeroconf==0.28.0 zeroconf==0.28.1
# homeassistant.components.zha # homeassistant.components.zha
zha-quirks==0.0.43 zha-quirks==0.0.43