From 52767fb16bd7cab0205ef39b70a676cde524cfdd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 19:45:44 +0000 Subject: [PATCH] Bump pypdf from 3.17.4 to 6.1.3 in /estel Bumps [pypdf](https://github.com/py-pdf/pypdf) from 3.17.4 to 6.1.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/3.17.4...6.1.3) --- updated-dependencies: - dependency-name: pypdf dependency-version: 6.1.3 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..bc818ab 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.1.3 cryptography>=3.1