Merge pull request #179 from ggogel/renovate/python-ldap-3.x

Update dependency python-ldap to v3.4.4
This commit is contained in:
Gerrit Gogel 2024-02-19 11:02:27 +01:00 committed by GitHub
commit 3574b79596
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -26,7 +26,7 @@ pymysql==1.0.2 \
jinja2==3.0.3 \
pycryptodome==3.11.0 \
lxml==4.8.0 \
python-ldap==3.2.0
python-ldap==3.4.4
RUN find /pip-deps -name "__pycache__" -type d -exec rm -r {} + && \
rm -rf /pip-deps/pip /pip-deps/wheel /pip-deps/setuptools