Bump zeroconf to 0.36.12 (#59133)
- Changelog: https://github.com/jstasiak/python-zeroconf/compare/0.36.11...0.36.12 Bugfix: Prevent service lookups from deadlocking if time abruptly moves backwards
This commit is contained in:
parent
e5ee38d3b0
commit
8b25bd0cea
4 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
"domain": "zeroconf",
|
||||
"name": "Zero-configuration networking (zeroconf)",
|
||||
"documentation": "https://www.home-assistant.io/integrations/zeroconf",
|
||||
"requirements": ["zeroconf==0.36.11"],
|
||||
"requirements": ["zeroconf==0.36.12"],
|
||||
"dependencies": ["network", "api"],
|
||||
"codeowners": ["@bdraco"],
|
||||
"quality_scale": "internal",
|
||||
|
|
|
@ -32,7 +32,7 @@ sqlalchemy==1.4.23
|
|||
voluptuous-serialize==2.4.0
|
||||
voluptuous==0.12.2
|
||||
yarl==1.6.3
|
||||
zeroconf==0.36.11
|
||||
zeroconf==0.36.12
|
||||
|
||||
pycryptodome>=3.6.6
|
||||
|
||||
|
|
|
@ -2471,7 +2471,7 @@ youtube_dl==2021.06.06
|
|||
zengge==0.2
|
||||
|
||||
# homeassistant.components.zeroconf
|
||||
zeroconf==0.36.11
|
||||
zeroconf==0.36.12
|
||||
|
||||
# homeassistant.components.zha
|
||||
zha-quirks==0.0.63
|
||||
|
|
|
@ -1436,7 +1436,7 @@ yeelight==0.7.8
|
|||
youless-api==0.15
|
||||
|
||||
# homeassistant.components.zeroconf
|
||||
zeroconf==0.36.11
|
||||
zeroconf==0.36.12
|
||||
|
||||
# homeassistant.components.zha
|
||||
zha-quirks==0.0.63
|
||||
|
|
Loading…
Add table
Reference in a new issue