From 9a573afc1ca4905dfc13d8d2654b5ee0172b82b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 19:54:17 +0000 Subject: [PATCH] Bump pypdf from 5.0.0 to 6.1.3 in /backend Bumps [pypdf](https://github.com/py-pdf/pypdf) from 5.0.0 to 6.1.3. - [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.0.0...6.1.3) --- updated-dependencies: - dependency-name: pypdf dependency-version: 6.1.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index af9a826..5a03ad5 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -13,4 +13,4 @@ orjson==3.10.7 anyio==4.4.0 langchain-text-splitters==0.2.2 python-multipart -pypdf==5.0.0 \ No newline at end of file +pypdf==6.1.3 \ No newline at end of file