From 7e111504cda1ca3216d9836e50387657ce7692e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 22:53:11 +0000 Subject: [PATCH] Bump pypdf from 6.10.1 to 6.10.2 in /Workshops/RAGEval - RAGAgent Bumps [pypdf](https://github.com/py-pdf/pypdf) from 6.10.1 to 6.10.2. - [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.1...6.10.2) --- updated-dependencies: - dependency-name: pypdf dependency-version: 6.10.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Workshops/RAGEval - RAGAgent/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Workshops/RAGEval - RAGAgent/requirements.txt b/Workshops/RAGEval - RAGAgent/requirements.txt index 91a04e0..22b6fb6 100644 --- a/Workshops/RAGEval - RAGAgent/requirements.txt +++ b/Workshops/RAGEval - RAGAgent/requirements.txt @@ -4,7 +4,7 @@ uvicorn[standard]==0.32.0 python-multipart==0.0.26 # ── File parsing (PDF / DOCX / TXT) ────────────────────────────── -pypdf==6.10.1 +pypdf==6.10.2 python-docx==1.1.2 # ── LLM inference ─────────────────────────────────────────────────