From f776378e907f99c9399d93a0a5f46dcc6b9c32a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 23:39:54 +0000 Subject: [PATCH] build(deps): bump pypdf from 3.15.1 to 6.6.2 Bumps [pypdf](https://github.com/py-pdf/pypdf) from 3.15.1 to 6.6.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/3.15.1...6.6.2) --- updated-dependencies: - dependency-name: pypdf dependency-version: 6.6.2 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..7703bab 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.2", "streamlit==1.24.0", ], ) \ No newline at end of file