From 2f735672e7a98b1a3ecd6a9f80a525f965b7efb2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 22:56:27 +0000 Subject: [PATCH] Bump pypdf from 5.5.0 to 6.4.0 in /plot_agent/crewai_plot_agent Bumps [pypdf](https://github.com/py-pdf/pypdf) from 5.5.0 to 6.4.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/5.5.0...6.4.0) --- updated-dependencies: - dependency-name: pypdf dependency-version: 6.4.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- plot_agent/crewai_plot_agent/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plot_agent/crewai_plot_agent/requirements.txt b/plot_agent/crewai_plot_agent/requirements.txt index 65ed2c5..907b72b 100644 --- a/plot_agent/crewai_plot_agent/requirements.txt +++ b/plot_agent/crewai_plot_agent/requirements.txt @@ -727,7 +727,7 @@ pyjwt==2.10.1 # via auth0-python pyparsing==3.2.3 # via matplotlib -pypdf==5.5.0 +pypdf==6.4.0 # via embedchain pypdfium2==4.30.1 # via pdfplumber