Bump lxml from 4.6.3 to 4.6.5 in /src/sonic-config-engine (#9522)

Bumps [lxml](https://github.com/lxml/lxml) from 4.6.3 to 4.6.5.
- [Release notes](https://github.com/lxml/lxml/releases)
- [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt)
- [Commits](https://github.com/lxml/lxml/compare/lxml-4.6.3...lxml-4.6.5)

---
updated-dependencies:
- dependency-name: lxml
  dependency-type: direct:production
This commit is contained in:
dependabot[bot] 2021-12-13 20:20:48 -08:00 committed by GitHub
parent 4acdc2a81e
commit 2a467f8eb4
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.6.5',
'netaddr==0.8.0',
'pyyaml==5.4.1',
'sonic-py-common',