mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
Bump aiodiscover to 1.4.7 to fix finding the gateway on MacOS (#64893)
This commit is contained in:
parent
4a4b0d9418
commit
44946f662e
@ -2,7 +2,7 @@
|
|||||||
"domain": "dhcp",
|
"domain": "dhcp",
|
||||||
"name": "DHCP Discovery",
|
"name": "DHCP Discovery",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/dhcp",
|
"documentation": "https://www.home-assistant.io/integrations/dhcp",
|
||||||
"requirements": ["scapy==2.4.5", "aiodiscover==1.4.5"],
|
"requirements": ["scapy==2.4.5", "aiodiscover==1.4.7"],
|
||||||
"codeowners": ["@bdraco"],
|
"codeowners": ["@bdraco"],
|
||||||
"quality_scale": "internal",
|
"quality_scale": "internal",
|
||||||
"iot_class": "local_push"
|
"iot_class": "local_push"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
PyJWT==2.1.0
|
PyJWT==2.1.0
|
||||||
PyNaCl==1.4.0
|
PyNaCl==1.4.0
|
||||||
aiodiscover==1.4.5
|
aiodiscover==1.4.7
|
||||||
aiohttp==3.8.1
|
aiohttp==3.8.1
|
||||||
aiohttp_cors==0.7.0
|
aiohttp_cors==0.7.0
|
||||||
astral==2.2
|
astral==2.2
|
||||||
|
@ -150,7 +150,7 @@ aioazuredevops==1.3.5
|
|||||||
aiobotocore==2.1.0
|
aiobotocore==2.1.0
|
||||||
|
|
||||||
# homeassistant.components.dhcp
|
# homeassistant.components.dhcp
|
||||||
aiodiscover==1.4.5
|
aiodiscover==1.4.7
|
||||||
|
|
||||||
# homeassistant.components.dnsip
|
# homeassistant.components.dnsip
|
||||||
# homeassistant.components.minecraft_server
|
# homeassistant.components.minecraft_server
|
||||||
|
@ -103,7 +103,7 @@ aioazuredevops==1.3.5
|
|||||||
aiobotocore==2.1.0
|
aiobotocore==2.1.0
|
||||||
|
|
||||||
# homeassistant.components.dhcp
|
# homeassistant.components.dhcp
|
||||||
aiodiscover==1.4.5
|
aiodiscover==1.4.7
|
||||||
|
|
||||||
# homeassistant.components.dnsip
|
# homeassistant.components.dnsip
|
||||||
# homeassistant.components.minecraft_server
|
# homeassistant.components.minecraft_server
|
||||||
|
Loading…
x
Reference in New Issue
Block a user