mirror of
https://github.com/ggogel/seafile-containerized.git
synced 2024-11-16 17:05:32 +00:00
Merge pull request #179 from ggogel/renovate/python-ldap-3.x
Update dependency python-ldap to v3.4.4
This commit is contained in:
commit
3574b79596
|
@ -26,7 +26,7 @@ pymysql==1.0.2 \
|
||||||
jinja2==3.0.3 \
|
jinja2==3.0.3 \
|
||||||
pycryptodome==3.11.0 \
|
pycryptodome==3.11.0 \
|
||||||
lxml==4.8.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 {} + && \
|
RUN find /pip-deps -name "__pycache__" -type d -exec rm -r {} + && \
|
||||||
rm -rf /pip-deps/pip /pip-deps/wheel /pip-deps/setuptools
|
rm -rf /pip-deps/pip /pip-deps/wheel /pip-deps/setuptools
|
||||||
|
|
Loading…
Reference in a new issue