Bump aiodiscoer to 1.3.2 for dhcp (#48489)
- Removes unused code in the library - Cleanup a small slow memory leak
This commit is contained in:
parent
a1472b174c
commit
6b7bcbbc96
4 changed files with 4 additions and 4 deletions
|
@ -3,7 +3,7 @@
|
|||
"name": "DHCP Discovery",
|
||||
"documentation": "https://www.home-assistant.io/integrations/dhcp",
|
||||
"requirements": [
|
||||
"scapy==2.4.4", "aiodiscover==1.3.0"
|
||||
"scapy==2.4.4", "aiodiscover==1.3.2"
|
||||
],
|
||||
"codeowners": [
|
||||
"@bdraco"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
PyJWT==1.7.1
|
||||
PyNaCl==1.3.0
|
||||
aiodiscover==1.3.0
|
||||
aiodiscover==1.3.2
|
||||
aiohttp==3.7.4.post0
|
||||
aiohttp_cors==0.7.0
|
||||
astral==1.10.1
|
||||
|
|
|
@ -147,7 +147,7 @@ aioazuredevops==1.3.5
|
|||
aiobotocore==0.11.1
|
||||
|
||||
# homeassistant.components.dhcp
|
||||
aiodiscover==1.3.0
|
||||
aiodiscover==1.3.2
|
||||
|
||||
# homeassistant.components.dnsip
|
||||
# homeassistant.components.minecraft_server
|
||||
|
|
|
@ -84,7 +84,7 @@ aioazuredevops==1.3.5
|
|||
aiobotocore==0.11.1
|
||||
|
||||
# homeassistant.components.dhcp
|
||||
aiodiscover==1.3.0
|
||||
aiodiscover==1.3.2
|
||||
|
||||
# homeassistant.components.dnsip
|
||||
# homeassistant.components.minecraft_server
|
||||
|
|
Loading…
Add table
Reference in a new issue