From 919a407a8557bb32d8447a8d52f7c03342adabcf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 16:34:43 +0000 Subject: [PATCH] pip dependency update: bump pypdf from 3.16.2 to 6.7.3 Bumps [pypdf](https://github.com/py-pdf/pypdf) from 3.16.2 to 6.7.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.16.2...6.7.3) --- updated-dependencies: - dependency-name: pypdf dependency-version: 6.7.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- base-requirements.txt | 2 +- data_extraction/requirements.txt | 2 +- eval_jumpstart/requirements.txt | 2 +- financial_assistant/requirements.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/base-requirements.txt b/base-requirements.txt index 821517123..cb82565ce 100644 --- a/base-requirements.txt +++ b/base-requirements.txt @@ -72,7 +72,7 @@ librosa==0.11.0 beautifulsoup4==4.14.2 fpdf2==2.8.4 html2text==2025.4.15 -pypdf==6.1.3 +pypdf==6.7.3 unstructured[pdf]==0.18.15 unstructured-client==0.25.9 unstructured-inference==1.0.5 diff --git a/data_extraction/requirements.txt b/data_extraction/requirements.txt index 2e74fab13..50bcede0b 100644 --- a/data_extraction/requirements.txt +++ b/data_extraction/requirements.txt @@ -90,7 +90,7 @@ pydantic_core==2.41.4 pydot==1.4.2 pypandoc==1.12 pyparsing==3.1.1 -pypdf==3.16.2 +pypdf==6.7.3 python-dateutil==2.8.2 python-docx==1.1.0 python-dotenv==1.2.1 diff --git a/eval_jumpstart/requirements.txt b/eval_jumpstart/requirements.txt index 0ec2019a2..e7c574e97 100644 --- a/eval_jumpstart/requirements.txt +++ b/eval_jumpstart/requirements.txt @@ -13,7 +13,7 @@ pandas==1.5.3 python-dotenv==1.2.1 pydantic==2.12.3 pydantic_core==2.41.4 -pypdf==6.1.3 +pypdf==6.7.3 streamlit-extras==0.6.0 streamlit==1.51.0 watchdog==6.0.0 diff --git a/financial_assistant/requirements.txt b/financial_assistant/requirements.txt index c4409f2e3..7d315b323 100644 --- a/financial_assistant/requirements.txt +++ b/financial_assistant/requirements.txt @@ -9,7 +9,7 @@ numpy==1.26.4 pandasai==2.3.2 pydantic==2.12.3 pydantic_core==2.41.4 -pypdf==6.1.3 +pypdf==6.7.3 python-dotenv==1.2.1 ruff==0.14.2 schedule==1.2.2