[sonic-slave]: Upgrade python lxml library version to 4.6.5 (#9529)

Bumps lxml from 4.6.5.
This commit is contained in:
Qi Luo 2021-12-15 17:55:55 -08:00
parent bdf31a6556
commit 9fe3e1732a
2 changed files with 4 additions and 4 deletions

View File

@ -422,8 +422,8 @@ RUN pip2 install j2cli==0.3.10
# For sonic-mgmt-framework
RUN pip2 install "PyYAML==5.4.1"
RUN pip3 install "PyYAML==5.4.1"
RUN pip2 install "lxml==4.6.2"
RUN pip3 install "lxml==4.6.2"
RUN pip2 install "lxml==4.6.5"
RUN pip3 install "lxml==4.6.5"
# For sonic-platform-common testing
RUN pip3 install redis==3.5.3

View File

@ -349,8 +349,8 @@ RUN pip3 install mockredispy==2.9.3
# For sonic-mgmt-framework
RUN pip2 install "PyYAML==5.3.1"
RUN pip3 install "PyYAML==5.3.1"
RUN pip2 install "lxml==4.6.2"
RUN pip3 install "lxml==4.6.2"
RUN pip2 install "lxml==4.6.5"
RUN pip3 install "lxml==4.6.5"
# For sonic-platform-common testing