mirror of
https://github.com/home-assistant/core.git
synced 2025-07-20 19:57:07 +00:00
Bump zeroconf to resolve a performance issue with the cache reaper (#39713)
https://github.com/jstasiak/python-zeroconf/pull/297
This commit is contained in:
parent
61e8ab1300
commit
e649e27d4d
@ -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.3"],
|
"requirements": ["zeroconf==0.28.4"],
|
||||||
"dependencies": ["api"],
|
"dependencies": ["api"],
|
||||||
"codeowners": ["@Kane610"],
|
"codeowners": ["@Kane610"],
|
||||||
"quality_scale": "internal"
|
"quality_scale": "internal"
|
||||||
|
@ -29,7 +29,7 @@ sqlalchemy==1.3.19
|
|||||||
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.3
|
zeroconf==0.28.4
|
||||||
|
|
||||||
pycryptodome>=3.6.6
|
pycryptodome>=3.6.6
|
||||||
|
|
||||||
|
@ -2283,7 +2283,7 @@ youtube_dl==2020.07.28
|
|||||||
zengge==0.2
|
zengge==0.2
|
||||||
|
|
||||||
# homeassistant.components.zeroconf
|
# homeassistant.components.zeroconf
|
||||||
zeroconf==0.28.3
|
zeroconf==0.28.4
|
||||||
|
|
||||||
# homeassistant.components.zha
|
# homeassistant.components.zha
|
||||||
zha-quirks==0.0.43
|
zha-quirks==0.0.43
|
||||||
|
@ -1053,7 +1053,7 @@ xmltodict==0.12.0
|
|||||||
yeelight==0.5.3
|
yeelight==0.5.3
|
||||||
|
|
||||||
# homeassistant.components.zeroconf
|
# homeassistant.components.zeroconf
|
||||||
zeroconf==0.28.3
|
zeroconf==0.28.4
|
||||||
|
|
||||||
# homeassistant.components.zha
|
# homeassistant.components.zha
|
||||||
zha-quirks==0.0.43
|
zha-quirks==0.0.43
|
||||||
|
Loading…
x
Reference in New Issue
Block a user