Skip to content

Commit 2e93a92

Browse files
authored
[sonic-mgmt] upgrade paramilo to version 2.7.1 (#4750)
spytest requires higher paramiko version. Fix it to 2.7.1. Signed-off-by: Ying Xie <ying.xie@microsoft.com>
1 parent ae7bf3d commit 2e93a92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockers/docker-sonic-mgmt/Dockerfile.j2

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ RUN pip install ipaddr \
5151
pysnmp==4.2.5 \
5252
jinja2==2.7.2 \
5353
cffi==1.10.0 \
54-
paramiko==2.1.2 \
54+
paramiko==2.7.1 \
5555
passlib \
5656
ipython==5.4.1 \
5757
virtualenv \

0 commit comments

Comments
 (0)