From ec4102ffa8ab50c09b0c260cae58f1183b93dd8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2026 00:23:21 +0000 Subject: [PATCH] pip dependency update: bump pypdf from 3.16.2 to 6.8.0 Bumps [pypdf](https://github.com/py-pdf/pypdf) from 3.16.2 to 6.8.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.16.2...6.8.0) --- updated-dependencies: - dependency-name: pypdf dependency-version: 6.8.0 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..ad7605955 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.8.0 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..25d238226 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.8.0 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..41ed48654 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.8.0 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..7e3a15163 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.8.0 python-dotenv==1.2.1 ruff==0.14.2 schedule==1.2.2