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
4 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
"domain": "dhcp",
|
||||
"name": "DHCP Discovery",
|
||||
"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"],
|
||||
"quality_scale": "internal",
|
||||
"iot_class": "local_push",
|
||||
|
|
|
@ -38,7 +38,7 @@ python-slugify==4.0.1
|
|||
pyudev==0.23.2
|
||||
pyyaml==6.0
|
||||
requests==2.28.1
|
||||
scapy==2.4.5
|
||||
scapy==2.5.0
|
||||
sqlalchemy==1.4.45
|
||||
typing-extensions>=4.4.0,<5.0
|
||||
voluptuous-serialize==2.5.0
|
||||
|
|
|
@ -2259,7 +2259,7 @@ samsungtvws[async,encrypted]==2.5.0
|
|||
satel_integra==0.3.7
|
||||
|
||||
# homeassistant.components.dhcp
|
||||
scapy==2.4.5
|
||||
scapy==2.5.0
|
||||
|
||||
# homeassistant.components.screenlogic
|
||||
screenlogicpy==0.5.4
|
||||
|
|
|
@ -1574,7 +1574,7 @@ samsungctl[websocket]==0.7.1
|
|||
samsungtvws[async,encrypted]==2.5.0
|
||||
|
||||
# homeassistant.components.dhcp
|
||||
scapy==2.4.5
|
||||
scapy==2.5.0
|
||||
|
||||
# homeassistant.components.screenlogic
|
||||
screenlogicpy==0.5.4
|
||||
|
|
Loading…
Add table
Reference in a new issue