From 2a5cd4ca14cefae115bea79eed6c212b81e534f0 Mon Sep 17 00:00:00 2001 From: CaptainB Date: Wed, 30 Apr 2025 15:57:51 +0800 Subject: [PATCH] build(deps): update pymupdf to 1.25.5 and pypdf to 5.4.0 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 543c02f0a..8ba698240 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,8 +50,8 @@ openpyxl = "3.1.5" python-docx = "1.1.2" xlrd = "2.0.1" xlwt = "1.3.0" -pymupdf = "1.24.9" -pypdf = "4.3.1" +pymupdf = "1.25.5" +pypdf = "5.4.0" [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api"