From 4e293e3d06f9f197e5c14352c85b49558c458b05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 13:09:45 +0000 Subject: [PATCH] Bump pypdf from 4.3.1 to 6.1.3 Bumps [pypdf](https://github.com/py-pdf/pypdf) from 4.3.1 to 6.1.3. - [Release notes](https://github.com/py-pdf/pypdf/releases) - [Changelog](https://github.com/py-pdf/pypdf/blob/main/CHANGELOG.md) - [Commits](https://github.com/py-pdf/pypdf/compare/4.3.1...6.1.3) --- updated-dependencies: - dependency-name: pypdf dependency-version: 6.1.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-common.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-common.txt b/requirements-common.txt index 622213bbe..7f8a44a40 100644 --- a/requirements-common.txt +++ b/requirements-common.txt @@ -21,7 +21,7 @@ pydantic-settings==2.3.4 pydantic==2.7.4 pyjwt[crypto]==2.8.0 # generate and verify the JWT tokens, imported as `jwt` PyMuPDF==1.24.9 # PDF processing, imported as `fitz` -pypdf==4.3.1 +pypdf==6.1.3 python-dotenv==1.0.1 # load environment variables from .env file python-multipart==0.0.18 # a form data parser, as oauth flow requires form-data parameters redis==5.0.8