Bump zeroconf to 0.36.8 (#57451)
- Changelog: https://github.com/jstasiak/python-zeroconf/releases/tag/0.36.8pull/57458/head
parent
c0a3c7a4b7
commit
77c7709323
|
@ -2,7 +2,7 @@
|
|||
"domain": "zeroconf",
|
||||
"name": "Zero-configuration networking (zeroconf)",
|
||||
"documentation": "https://www.home-assistant.io/integrations/zeroconf",
|
||||
"requirements": ["zeroconf==0.36.7"],
|
||||
"requirements": ["zeroconf==0.36.8"],
|
||||
"dependencies": ["network", "api"],
|
||||
"codeowners": ["@bdraco"],
|
||||
"quality_scale": "internal",
|
||||
|
|
|
@ -32,7 +32,7 @@ sqlalchemy==1.4.23
|
|||
voluptuous-serialize==2.4.0
|
||||
voluptuous==0.12.2
|
||||
yarl==1.6.3
|
||||
zeroconf==0.36.7
|
||||
zeroconf==0.36.8
|
||||
|
||||
pycryptodome>=3.6.6
|
||||
|
||||
|
|
|
@ -2471,7 +2471,7 @@ youtube_dl==2021.04.26
|
|||
zengge==0.2
|
||||
|
||||
# homeassistant.components.zeroconf
|
||||
zeroconf==0.36.7
|
||||
zeroconf==0.36.8
|
||||
|
||||
# homeassistant.components.zha
|
||||
zha-quirks==0.0.62
|
||||
|
|
|
@ -1415,7 +1415,7 @@ yeelight==0.7.7
|
|||
youless-api==0.13
|
||||
|
||||
# homeassistant.components.zeroconf
|
||||
zeroconf==0.36.7
|
||||
zeroconf==0.36.8
|
||||
|
||||
# homeassistant.components.zha
|
||||
zha-quirks==0.0.62
|
||||
|
|
Loading…
Reference in New Issue