From f9acefc0f9621cdd68e9826e9225e27759eba7ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Jun 2025 15:17:05 +0200 Subject: [PATCH] Update pypdf requirement from ==5.4.* to ==5.6.* (#5201) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cf0a4bca0..4f91c6e87 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -81,7 +81,7 @@ dependencies = [ "pycountry", "pycparser==2.22", "pycryptodome==3.23.*", - "pypdf==5.4.*", + "pypdf==5.6.*", "python-bidi==0.6.*", # Support for Arabic in reportlab "python-dateutil==2.9.*", "pytz",