[docker-sonic-mgmt] Upgrade scapy to 2.5.0 (#17738)

This commit is contained in:
Zhijian Li 2024-01-20 01:11:52 +08:00 committed by GitHub
parent fcceb3fceb
commit 6a8aea8d50
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -98,7 +98,7 @@ RUN python3 -m pip install aiohttp \
retry \
rpyc \
scandir \
scapy==2.4.5 \
scapy==2.5.0 \
setuptools-rust \
six \
snappi==0.9.1 \
@ -182,7 +182,7 @@ RUN python2 -m pip install allure-pytest==2.8.22 \
retry \
rpyc \
scandir \
scapy==2.4.5 \
scapy==2.5.0 \
six \
snappi==0.9.1 \
snappi-convergence==0.4.1 \
@ -334,7 +334,7 @@ RUN python3 -m pip install aiohttp \
retry \
rpyc \
scandir \
scapy==2.4.5 \
scapy==2.5.0 \
setuptools-rust \
six \
snappi==0.9.1 \