[202012][Security][CVE-2022-2309] Upgrade lxml from 4.6.5 to 4.9.1 (#14066)

Why I did it
Fix CVE-2022-2309, upgrade lxml from 4.6.3 to 4.9.1
This commit is contained in:
xumia 2023-03-07 17:43:46 +08:00 committed by GitHub
parent 280939b5c9
commit 2ca6ec484e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ from setuptools import setup
dependencies = [
'bitarray==1.5.3',
'ipaddress==1.0.23',
'lxml==4.6.3',
'lxml==4.9.1',
'netaddr==0.8.0',
'pyyaml==5.4.1',
'sonic-py-common',