From 734e83b89e912c4d3c6f6e070ee19fa8413835a7 Mon Sep 17 00:00:00 2001 From: Suraj Shetty Date: Fri, 27 Feb 2026 08:25:33 +0530 Subject: [PATCH] chore: update pypdf --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 306aab4d3a..5d097cb7af 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ dependencies = [ # We depend on internal attributes, # do NOT add loose requirements on PyMySQL versions. "PyMySQL==1.1.2", - "pypdf==6.7.2", + "pypdf==6.7.3", "PyPika @ git+https://github.com/frappe/pypika@2c50e6142b2d61d2d243e466fdd5dc03b3d918f2", "mysqlclient==2.2.7", "PyQRCode~=1.2.1",