From 170dcf93e7376e0c7b8ba239029bef874de5dba7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Jun 2023 21:26:17 +0200 Subject: [PATCH] Update pypdf requirement from ==3.8.* to ==3.9.* (#3377) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 82adf7351b..bb1ce031f2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -82,7 +82,7 @@ dependencies = [ "pycountry", "pycparser==2.21", "pycryptodome==3.18.*", - "pypdf==3.8.*", + "pypdf==3.9.*", "python-bidi==0.4.*", # Support for Arabic in reportlab "python-dateutil==2.8.*", "python-u2flib-server==4.*",