From d06d033807f6dbe9a65d1a2eb9c429c4abc9931b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 21:03:53 +0000 Subject: [PATCH] Update dependency PyMuPDF to v1.24.11 --- seahub/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seahub/Dockerfile b/seahub/Dockerfile index a90648e..81a3036 100644 --- a/seahub/Dockerfile +++ b/seahub/Dockerfile @@ -71,7 +71,7 @@ openpyxl==3.1.5 \ Markdown==3.7 \ bleach==6.1.0 \ pypinyin==0.53.0 \ -PyMuPDF==1.24.10 \ +PyMuPDF==1.24.11 \ pymysql==1.1.1 RUN find /pip-deps -name "__pycache__" -type d -exec rm -r {} + && \