mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 19:27:45 +00:00
Bump zeroconf to 0.39.3 (#81049)
This commit is contained in:
parent
28b3d1fc7a
commit
6e19629539
@ -2,7 +2,7 @@
|
||||
"domain": "zeroconf",
|
||||
"name": "Zero-configuration networking (zeroconf)",
|
||||
"documentation": "https://www.home-assistant.io/integrations/zeroconf",
|
||||
"requirements": ["zeroconf==0.39.2"],
|
||||
"requirements": ["zeroconf==0.39.3"],
|
||||
"dependencies": ["network", "api"],
|
||||
"codeowners": ["@bdraco"],
|
||||
"quality_scale": "internal",
|
||||
|
@ -42,7 +42,7 @@ typing-extensions>=4.4.0,<5.0
|
||||
voluptuous-serialize==2.5.0
|
||||
voluptuous==0.13.1
|
||||
yarl==1.8.1
|
||||
zeroconf==0.39.2
|
||||
zeroconf==0.39.3
|
||||
|
||||
# Constrain pycryptodome to avoid vulnerability
|
||||
# see https://github.com/home-assistant/core/pull/16238
|
||||
|
@ -2604,7 +2604,7 @@ zamg==0.1.1
|
||||
zengge==0.2
|
||||
|
||||
# homeassistant.components.zeroconf
|
||||
zeroconf==0.39.2
|
||||
zeroconf==0.39.3
|
||||
|
||||
# homeassistant.components.zha
|
||||
zha-quirks==0.0.84
|
||||
|
@ -1805,7 +1805,7 @@ youless-api==0.16
|
||||
zamg==0.1.1
|
||||
|
||||
# homeassistant.components.zeroconf
|
||||
zeroconf==0.39.2
|
||||
zeroconf==0.39.3
|
||||
|
||||
# homeassistant.components.zha
|
||||
zha-quirks==0.0.84
|
||||
|
Loading…
x
Reference in New Issue
Block a user