From 04e041740d99d369aaf2a53ee7b10f543dd6f2f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Jan 2026 19:53:04 +0000 Subject: [PATCH] Bump pypdf from 3.17.4 to 6.6.0 in /estel Bumps [pypdf](https://github.com/py-pdf/pypdf) from 3.17.4 to 6.6.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.6.0) --- updated-dependencies: - dependency-name: pypdf dependency-version: 6.6.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..f211659 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.6.0 cryptography>=3.1