From 9c202c499460945bc58e7a244851622f6f0fe033 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 18:49:21 +0000 Subject: [PATCH] Bump pypdf from 6.4.0 to 6.6.0 Bumps [pypdf](https://github.com/py-pdf/pypdf) from 6.4.0 to 6.6.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/6.4.0...6.6.0) --- updated-dependencies: - dependency-name: pypdf dependency-version: 6.6.0 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..cfb6a209e2 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.6.0 python-multipart==0.0.18 # a form data parser, as oauth flow requires form-data parameters redis==5.0.8 requests==2.32.4