From 694122bcb54854af125394028955d29df406494a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 09:38:23 +0000 Subject: [PATCH] Bump pypdf from 6.10.2 to 6.13.3 in /apps/api Bumps [pypdf](https://github.com/py-pdf/pypdf) from 6.10.2 to 6.13.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/6.10.2...6.13.3) --- updated-dependencies: - dependency-name: pypdf dependency-version: 6.13.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- apps/api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/api/requirements.txt b/apps/api/requirements.txt index 2080b56..2721c78 100644 --- a/apps/api/requirements.txt +++ b/apps/api/requirements.txt @@ -2,7 +2,7 @@ fastapi==0.115.6 uvicorn[standard]==0.46.0 python-multipart==0.0.26 pydantic==2.13.3 -pypdf==6.10.2 +pypdf==6.13.3 python-docx==1.1.2 pytest==9.0.3 httpx==0.28.1