Upgrade paramiko in docker-ptf to 2.9.5 (#16897)

With Debian Bookworm, Paramiko 2.9 or newer will need to be used to be
able to connect to devices running that version of Debian
(specifically, to those running OpenSSH 9.2).

Paramiko is currently on 3.3.1. For now, upgrade to 2.9.5.

Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>
This commit is contained in:
Saikrishna Arcot 2023-10-24 22:51:16 -07:00 committed by GitHub
parent e53f82f28a
commit 87f137be25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -71,7 +71,7 @@ RUN pip3 install aiohttp \
netaddr \
netmiko==2.4.2 \
pandas \
paramiko==2.7.1 \
paramiko==2.9.5 \
passlib \
pexpect \
prettytable \