From 6083bfc577a5aae2b4b2a59df443c1e21f19b8ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 21:30:15 +0000 Subject: [PATCH] Bump pypdf from 5.4.0 to 6.10.0 in /app Bumps [pypdf](https://github.com/py-pdf/pypdf) from 5.4.0 to 6.10.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/5.4.0...6.10.0) --- updated-dependencies: - dependency-name: pypdf dependency-version: 6.10.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index 038cd4d3..5c7944d0 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -57,7 +57,7 @@ celery-progress==0.1.2 django-celery-results==2.4.0 watchfiles==0.16.1 importlib-metadata<5.0 -pypdf==5.4.0 +pypdf==6.10.0 openai>=1.0.0 pydantic>=2.0.0