From 53c19f2be99f34901e36267f62fccd29f89fe645 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Aug 2025 19:53:31 +0000 Subject: [PATCH] build(deps): bump pypdf from 3.15.1 to 6.0.0 Bumps [pypdf](https://github.com/py-pdf/pypdf) from 3.15.1 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.15.1...6.0.0) --- updated-dependencies: - dependency-name: pypdf dependency-version: 6.0.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..d26b584 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.0.0", "streamlit==1.24.0", ], ) \ No newline at end of file