Restore scapy pin to >=2.5.0 (#114253)

This commit is contained in:
J. Nick Koston 2024-03-26 10:31:52 -10:00 committed by GitHub
parent 2649dfaa11
commit 6599b9a36d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 0 deletions

View File

@ -187,3 +187,6 @@ chacha20poly1305-reuseable>=0.12.1
# pycountry<23.12.11 imports setuptools at run time
# 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

View File

@ -180,6 +180,9 @@ chacha20poly1305-reuseable>=0.12.1
# pycountry<23.12.11 imports setuptools at run time
# 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
"""
GENERATED_MESSAGE = (