mirror of
https://github.com/home-assistant/core.git
synced 2025-07-14 08:47:10 +00:00
Bump scapy to 2.5.0 (#85074)
changelog: https://github.com/secdev/scapy/compare/v2.4.5...v2.5.0 Reduces memory overhead via https://github.com/secdev/scapy/pull/3579
This commit is contained in:
parent
7d54620f34
commit
7fdf00a9fb
@ -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.13"],
|
"requirements": ["scapy==2.5.0", "aiodiscover==1.4.13"],
|
||||||
"codeowners": ["@bdraco"],
|
"codeowners": ["@bdraco"],
|
||||||
"quality_scale": "internal",
|
"quality_scale": "internal",
|
||||||
"iot_class": "local_push",
|
"iot_class": "local_push",
|
||||||
|
@ -38,7 +38,7 @@ python-slugify==4.0.1
|
|||||||
pyudev==0.23.2
|
pyudev==0.23.2
|
||||||
pyyaml==6.0
|
pyyaml==6.0
|
||||||
requests==2.28.1
|
requests==2.28.1
|
||||||
scapy==2.4.5
|
scapy==2.5.0
|
||||||
sqlalchemy==1.4.45
|
sqlalchemy==1.4.45
|
||||||
typing-extensions>=4.4.0,<5.0
|
typing-extensions>=4.4.0,<5.0
|
||||||
voluptuous-serialize==2.5.0
|
voluptuous-serialize==2.5.0
|
||||||
|
@ -2259,7 +2259,7 @@ samsungtvws[async,encrypted]==2.5.0
|
|||||||
satel_integra==0.3.7
|
satel_integra==0.3.7
|
||||||
|
|
||||||
# homeassistant.components.dhcp
|
# homeassistant.components.dhcp
|
||||||
scapy==2.4.5
|
scapy==2.5.0
|
||||||
|
|
||||||
# homeassistant.components.screenlogic
|
# homeassistant.components.screenlogic
|
||||||
screenlogicpy==0.5.4
|
screenlogicpy==0.5.4
|
||||||
|
@ -1574,7 +1574,7 @@ samsungctl[websocket]==0.7.1
|
|||||||
samsungtvws[async,encrypted]==2.5.0
|
samsungtvws[async,encrypted]==2.5.0
|
||||||
|
|
||||||
# homeassistant.components.dhcp
|
# homeassistant.components.dhcp
|
||||||
scapy==2.4.5
|
scapy==2.5.0
|
||||||
|
|
||||||
# homeassistant.components.screenlogic
|
# homeassistant.components.screenlogic
|
||||||
screenlogicpy==0.5.4
|
screenlogicpy==0.5.4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user