mirror of
https://github.com/home-assistant/core.git
synced 2025-07-14 16:57:10 +00:00
Bump aiodiscover to 1.4.0 for dhcp (#49359)
- Switches to using dnspython to generate the queries/parse them from the wire
This commit is contained in:
parent
e06bb3b5e7
commit
e10c105058
@ -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.4", "aiodiscover==1.3.4"],
|
"requirements": ["scapy==2.4.4", "aiodiscover==1.4.0"],
|
||||||
"codeowners": ["@bdraco"],
|
"codeowners": ["@bdraco"],
|
||||||
"quality_scale": "internal",
|
"quality_scale": "internal",
|
||||||
"iot_class": "local_push"
|
"iot_class": "local_push"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
PyJWT==1.7.1
|
PyJWT==1.7.1
|
||||||
PyNaCl==1.3.0
|
PyNaCl==1.3.0
|
||||||
aiodiscover==1.3.4
|
aiodiscover==1.4.0
|
||||||
aiohttp==3.7.4.post0
|
aiohttp==3.7.4.post0
|
||||||
aiohttp_cors==0.7.0
|
aiohttp_cors==0.7.0
|
||||||
astral==2.2
|
astral==2.2
|
||||||
|
@ -147,7 +147,7 @@ aioazuredevops==1.3.5
|
|||||||
aiobotocore==1.2.2
|
aiobotocore==1.2.2
|
||||||
|
|
||||||
# homeassistant.components.dhcp
|
# homeassistant.components.dhcp
|
||||||
aiodiscover==1.3.4
|
aiodiscover==1.4.0
|
||||||
|
|
||||||
# homeassistant.components.dnsip
|
# homeassistant.components.dnsip
|
||||||
# homeassistant.components.minecraft_server
|
# homeassistant.components.minecraft_server
|
||||||
|
@ -87,7 +87,7 @@ aioazuredevops==1.3.5
|
|||||||
aiobotocore==1.2.2
|
aiobotocore==1.2.2
|
||||||
|
|
||||||
# homeassistant.components.dhcp
|
# homeassistant.components.dhcp
|
||||||
aiodiscover==1.3.4
|
aiodiscover==1.4.0
|
||||||
|
|
||||||
# homeassistant.components.dnsip
|
# homeassistant.components.dnsip
|
||||||
# homeassistant.components.minecraft_server
|
# homeassistant.components.minecraft_server
|
||||||
|
Loading…
x
Reference in New Issue
Block a user