From 33d2dac3af8cff313cca997d8f1ffc87e2bfc0c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Aug 2025 19:56:16 +0000 Subject: [PATCH] Bump pypdf from 3.17.4 to 6.0.0 in /estel Bumps [pypdf](https://github.com/py-pdf/pypdf) from 3.17.4 to 6.0.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/3.17.4...6.0.0) --- updated-dependencies: - dependency-name: pypdf dependency-version: 6.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- estel/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/estel/requirements.txt b/estel/requirements.txt index 84742e7..dd6fe1e 100644 --- a/estel/requirements.txt +++ b/estel/requirements.txt @@ -8,5 +8,5 @@ faiss-cpu==1.10.0 streamlit==1.34.0 python-dotenv==1.0.1 tqdm==4.66.2 -pypdf==3.17.4 +pypdf==6.0.0 cryptography>=3.1