Merge pull request #203 from ggogel/renovate/lxml-5.x

Update dependency lxml to v5.2.1
This commit is contained in:
Gerrit Gogel 2024-04-16 17:27:34 +02:00 committed by GitHub
commit cd9026f9f6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -27,7 +27,7 @@ colorlog==6.8.2 \
pymysql==1.1.0 \
jinja2==3.1.3 \
pycryptodome==3.20.0 \
lxml==5.1.0 \
lxml==5.2.1 \
python-ldap==3.4.4
RUN find /pip-deps -name "__pycache__" -type d -exec rm -r {} + && \