Update dependency lxml to v4.9.4

This commit is contained in:
renovate[bot] 2024-02-19 10:04:04 +00:00 committed by GitHub
parent 9b9daa7bfe
commit baf7cea2ce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -25,7 +25,7 @@ colorlog==6.6.0 \
pymysql==1.1.0 \
jinja2==3.0.3 \
pycryptodome==3.20.0 \
lxml==4.8.0 \
lxml==4.9.4 \
python-ldap==3.4.4
RUN find /pip-deps -name "__pycache__" -type d -exec rm -r {} + && \