Bump zeroconf to 0.36.5 (#56413)
parent
a57d7717a8
commit
75c029c56b
|
@ -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.36.4"],
|
"requirements": ["zeroconf==0.36.5"],
|
||||||
"dependencies": ["network", "api"],
|
"dependencies": ["network", "api"],
|
||||||
"codeowners": ["@bdraco"],
|
"codeowners": ["@bdraco"],
|
||||||
"quality_scale": "internal",
|
"quality_scale": "internal",
|
||||||
|
|
|
@ -33,7 +33,7 @@ sqlalchemy==1.4.23
|
||||||
voluptuous-serialize==2.4.0
|
voluptuous-serialize==2.4.0
|
||||||
voluptuous==0.12.1
|
voluptuous==0.12.1
|
||||||
yarl==1.6.3
|
yarl==1.6.3
|
||||||
zeroconf==0.36.4
|
zeroconf==0.36.5
|
||||||
|
|
||||||
pycryptodome>=3.6.6
|
pycryptodome>=3.6.6
|
||||||
|
|
||||||
|
|
|
@ -2463,7 +2463,7 @@ youtube_dl==2021.04.26
|
||||||
zengge==0.2
|
zengge==0.2
|
||||||
|
|
||||||
# homeassistant.components.zeroconf
|
# homeassistant.components.zeroconf
|
||||||
zeroconf==0.36.4
|
zeroconf==0.36.5
|
||||||
|
|
||||||
# homeassistant.components.zha
|
# homeassistant.components.zha
|
||||||
zha-quirks==0.0.61
|
zha-quirks==0.0.61
|
||||||
|
|
|
@ -1395,7 +1395,7 @@ yeelight==0.7.4
|
||||||
youless-api==0.12
|
youless-api==0.12
|
||||||
|
|
||||||
# homeassistant.components.zeroconf
|
# homeassistant.components.zeroconf
|
||||||
zeroconf==0.36.4
|
zeroconf==0.36.5
|
||||||
|
|
||||||
# homeassistant.components.zha
|
# homeassistant.components.zha
|
||||||
zha-quirks==0.0.61
|
zha-quirks==0.0.61
|
||||||
|
|
Loading…
Reference in New Issue