mirror of
https://github.com/home-assistant/core.git
synced 2025-07-30 02:38:10 +02:00
Adjust minimum scapy version to 2.6.1 (#130565)
This commit is contained in:
@ -214,8 +214,8 @@ chacha20poly1305-reuseable>=0.13.0
|
||||
# https://github.com/pycountry/pycountry/blob/ea69bab36f00df58624a0e490fdad4ccdc14268b/HISTORY.txt#L39
|
||||
pycountry>=23.12.11
|
||||
|
||||
# scapy<2.5.0 will not work with python3.12
|
||||
scapy>=2.5.0
|
||||
# scapy==2.6.0 causes CI failures due to a race condition
|
||||
scapy>=2.6.1
|
||||
|
||||
# tuf isn't updated to deal with breaking changes in securesystemslib==1.0.
|
||||
# Only tuf>=4 includes a constraint to <1.0.
|
||||
|
Reference in New Issue
Block a user