From 487e2c62a1fa4e8039281c0cee2b860966e87f65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2026 01:12:21 +0000 Subject: [PATCH] Bump pypdf from 6.7.5 to 6.8.0 in /src/custom_skills Bumps [pypdf](https://github.com/py-pdf/pypdf) from 6.7.5 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/6.7.5...6.8.0) --- updated-dependencies: - dependency-name: pypdf dependency-version: 6.8.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/custom_skills/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/custom_skills/requirements.txt b/src/custom_skills/requirements.txt index 2c35709..35034d4 100644 --- a/src/custom_skills/requirements.txt +++ b/src/custom_skills/requirements.txt @@ -15,4 +15,4 @@ numexpr==2.14.1 azure-search-documents==11.6.0 langchain-text-splitters==1.1.1 langchain_community==0.4.1 -pypdf==6.7.5 \ No newline at end of file +pypdf==6.8.0 \ No newline at end of file