From 5cbf7e32b13b168891c2812970f1853fc3e187fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Aug 2026 13:58:27 +0000 Subject: [PATCH] build(deps): bump pypdf from 5.4.0 to 6.15.0 in /services/embedder Bumps [pypdf](https://github.com/py-pdf/pypdf) from 5.4.0 to 6.15.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.15.0) --- updated-dependencies: - dependency-name: pypdf dependency-version: 6.15.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- services/embedder/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/embedder/requirements.txt b/services/embedder/requirements.txt index 57012c8..faf12e9 100644 --- a/services/embedder/requirements.txt +++ b/services/embedder/requirements.txt @@ -1,5 +1,5 @@ fastapi==0.115.11 uvicorn[standard]==0.34.0 sentence-transformers==3.4.1 -pypdf==5.4.0 +pypdf==6.15.0 python-multipart==0.0.20