mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Bump zeroconf to 0.39.2 (#80699)
python 3.11 support & performance improvements changelog: https://github.com/jstasiak/python-zeroconf/compare/0.39.1...0.39.2
This commit is contained in:
parent
0199e0a756
commit
90f6924808
@ -2,7 +2,7 @@
|
||||
"domain": "zeroconf",
|
||||
"name": "Zero-configuration networking (zeroconf)",
|
||||
"documentation": "https://www.home-assistant.io/integrations/zeroconf",
|
||||
"requirements": ["zeroconf==0.39.1"],
|
||||
"requirements": ["zeroconf==0.39.2"],
|
||||
"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.1
|
||||
zeroconf==0.39.2
|
||||
|
||||
# Constrain pycryptodome to avoid vulnerability
|
||||
# see https://github.com/home-assistant/core/pull/16238
|
||||
|
@ -2598,7 +2598,7 @@ youtube_dl==2021.12.17
|
||||
zengge==0.2
|
||||
|
||||
# homeassistant.components.zeroconf
|
||||
zeroconf==0.39.1
|
||||
zeroconf==0.39.2
|
||||
|
||||
# homeassistant.components.zha
|
||||
zha-quirks==0.0.83
|
||||
|
@ -1799,7 +1799,7 @@ yolink-api==0.1.0
|
||||
youless-api==0.16
|
||||
|
||||
# homeassistant.components.zeroconf
|
||||
zeroconf==0.39.1
|
||||
zeroconf==0.39.2
|
||||
|
||||
# homeassistant.components.zha
|
||||
zha-quirks==0.0.83
|
||||
|
Loading…
x
Reference in New Issue
Block a user