Bump zeroconf to 0.44.0 (#84166)
parent
a29aaebd4c
commit
f1fc54d29d
|
@ -2,7 +2,7 @@
|
|||
"domain": "zeroconf",
|
||||
"name": "Zero-configuration networking (zeroconf)",
|
||||
"documentation": "https://www.home-assistant.io/integrations/zeroconf",
|
||||
"requirements": ["zeroconf==0.39.4"],
|
||||
"requirements": ["zeroconf==0.44.0"],
|
||||
"dependencies": ["network", "api"],
|
||||
"codeowners": ["@bdraco"],
|
||||
"quality_scale": "internal",
|
||||
|
|
|
@ -44,7 +44,7 @@ typing-extensions>=4.4.0,<5.0
|
|||
voluptuous-serialize==2.5.0
|
||||
voluptuous==0.13.1
|
||||
yarl==1.8.1
|
||||
zeroconf==0.39.4
|
||||
zeroconf==0.44.0
|
||||
|
||||
# Constrain pycryptodome to avoid vulnerability
|
||||
# see https://github.com/home-assistant/core/pull/16238
|
||||
|
|
|
@ -2644,7 +2644,7 @@ zamg==0.1.1
|
|||
zengge==0.2
|
||||
|
||||
# homeassistant.components.zeroconf
|
||||
zeroconf==0.39.4
|
||||
zeroconf==0.44.0
|
||||
|
||||
# homeassistant.components.zha
|
||||
zha-quirks==0.0.89
|
||||
|
|
|
@ -1845,7 +1845,7 @@ youless-api==0.16
|
|||
zamg==0.1.1
|
||||
|
||||
# homeassistant.components.zeroconf
|
||||
zeroconf==0.39.4
|
||||
zeroconf==0.44.0
|
||||
|
||||
# homeassistant.components.zha
|
||||
zha-quirks==0.0.89
|
||||
|
|
Loading…
Reference in New Issue