From 149d183c16760f202bfb7b77a20aefe0f9452efb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Sep 2025 22:43:45 +0000 Subject: [PATCH] Bump pypdf from 4.3.1 to 6.0.0 Bumps [pypdf](https://github.com/py-pdf/pypdf) from 4.3.1 to 6.0.0. - [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.0.0) --- updated-dependencies: - dependency-name: pypdf dependency-version: 6.0.0 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 1d46ad2ad0..9a08fe5191 100644 --- a/requirements-common.txt +++ b/requirements-common.txt @@ -22,7 +22,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.0.0 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