Bump aiodiscover to 1.4.11 (#70413)
Fixes #70402 Changelog: https://github.com/bdraco/aiodiscover/compare/v1.4.10...v1.4.11pull/70363/head^2
parent
fde79e606d
commit
23cf8bef65
|
@ -2,7 +2,7 @@
|
|||
"domain": "dhcp",
|
||||
"name": "DHCP Discovery",
|
||||
"documentation": "https://www.home-assistant.io/integrations/dhcp",
|
||||
"requirements": ["scapy==2.4.5", "aiodiscover==1.4.10"],
|
||||
"requirements": ["scapy==2.4.5", "aiodiscover==1.4.11"],
|
||||
"codeowners": ["@bdraco"],
|
||||
"quality_scale": "internal",
|
||||
"iot_class": "local_push",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
PyJWT==2.3.0
|
||||
PyNaCl==1.5.0
|
||||
aiodiscover==1.4.10
|
||||
aiodiscover==1.4.11
|
||||
aiohttp==3.8.1
|
||||
aiohttp_cors==0.7.0
|
||||
astral==2.2
|
||||
|
|
|
@ -128,7 +128,7 @@ aioazuredevops==1.3.5
|
|||
aiobotocore==2.1.0
|
||||
|
||||
# homeassistant.components.dhcp
|
||||
aiodiscover==1.4.10
|
||||
aiodiscover==1.4.11
|
||||
|
||||
# homeassistant.components.dnsip
|
||||
# homeassistant.components.minecraft_server
|
||||
|
|
|
@ -112,7 +112,7 @@ aioazuredevops==1.3.5
|
|||
aiobotocore==2.1.0
|
||||
|
||||
# homeassistant.components.dhcp
|
||||
aiodiscover==1.4.10
|
||||
aiodiscover==1.4.11
|
||||
|
||||
# homeassistant.components.dnsip
|
||||
# homeassistant.components.minecraft_server
|
||||
|
|
Loading…
Reference in New Issue