From f310ee8c60fba410de4a507ee3b83e9033e57325 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Jan 2026 19:50:22 +0000 Subject: [PATCH] build(deps): bump pypdf from 3.15.1 to 6.6.0 Bumps [pypdf](https://github.com/py-pdf/pypdf) from 3.15.1 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.15.1...6.6.0) --- updated-dependencies: - dependency-name: pypdf dependency-version: 6.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 70dc03e..84b3004 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ faiss-cpu>=1.7.4,<1.11.0 sentence-transformers>=2.2.2,<4.0.0 numpy>=1.24.3,<3.0.0 python-dotenv>=1.0.0,<2.0.0 -pypdf>=3.17.0,<6.0.0 +pypdf>=3.17.0,<7.0.0 streamlit>=1.37.0,<2.0.0 torch>=2.0.0,<3.0.0 pydantic>=2.0.0,<3.0.0 diff --git a/setup.py b/setup.py index 92acd22..b375a34 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ "sentence-transformers==2.2.2", "numpy==1.24.3", "python-dotenv==1.0.0", - "pypdf==3.15.1", + "pypdf==6.6.0", "streamlit==1.24.0", ], ) \ No newline at end of file