mirror of
https://github.com/home-assistant/core.git
synced 2025-05-04 14:09:16 +00:00
Bump aiodiscover to 1.3.4 (#49142)
- Changelog: https://github.com/bdraco/aiodiscover/compare/v1.3.3...v1.3.4 (bumps pyroute2>=0.5.18 to fix https://github.com/svinota/pyroute2/issues/717)
This commit is contained in:
parent
91821fa6ad
commit
51a7a724d6
@ -3,7 +3,7 @@
|
|||||||
"name": "DHCP Discovery",
|
"name": "DHCP Discovery",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/dhcp",
|
"documentation": "https://www.home-assistant.io/integrations/dhcp",
|
||||||
"requirements": [
|
"requirements": [
|
||||||
"scapy==2.4.4", "aiodiscover==1.3.3"
|
"scapy==2.4.4", "aiodiscover==1.3.4"
|
||||||
],
|
],
|
||||||
"codeowners": [
|
"codeowners": [
|
||||||
"@bdraco"
|
"@bdraco"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
PyJWT==1.7.1
|
PyJWT==1.7.1
|
||||||
PyNaCl==1.3.0
|
PyNaCl==1.3.0
|
||||||
aiodiscover==1.3.3
|
aiodiscover==1.3.4
|
||||||
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.3
|
aiodiscover==1.3.4
|
||||||
|
|
||||||
# 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.3
|
aiodiscover==1.3.4
|
||||||
|
|
||||||
# homeassistant.components.dnsip
|
# homeassistant.components.dnsip
|
||||||
# homeassistant.components.minecraft_server
|
# homeassistant.components.minecraft_server
|
||||||
|
Loading…
x
Reference in New Issue
Block a user