From 504ffd278c3433919835a3ede8e0e31c9349a740 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 15:23:44 +0000 Subject: [PATCH] Bump pypdf from 6.4.0 to 6.7.2 Bumps [pypdf](https://github.com/py-pdf/pypdf) from 6.4.0 to 6.7.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.7.2) --- updated-dependencies: - dependency-name: pypdf dependency-version: 6.7.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 f09c236b9d..54334c2d04 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.6 # PDF processing, imported as `fitz` -pypdf==6.4.0 +pypdf==6.7.2 python-multipart==0.0.18 # a form data parser, as oauth flow requires form-data parameters redis==5.0.8 requests==2.32.4