From 715f14986a224c95d18b1fcc1c0d6d72d2033c08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 22:33:02 +0000 Subject: [PATCH] Bump pypdf from 6.4.0 to 6.10.2 Bumps [pypdf](https://github.com/py-pdf/pypdf) from 6.4.0 to 6.10.2. - [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/6.4.0...6.10.2) --- updated-dependencies: - dependency-name: pypdf dependency-version: 6.10.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9f17a1761d..00f1314ff6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -25,7 +25,7 @@ pydantic-settings==2.3.4 pydantic==2.12.5 pyjwt[crypto]==2.10.1 # generate and verify the JWT tokens, imported as `jwt` PyMuPDF==1.26.7 # PDF processing, imported as `fitz` -pypdf==6.4.0 +pypdf==6.10.2 python-multipart==0.0.18 # a form data parser, as oauth flow requires form-data parameters redis==5.0.8 sqlalchemy-utils == 0.41.2