From dfcee592aa9d9ef79feae87f5f62fdea2d60a3c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Aug 2026 11:27:47 +0000 Subject: [PATCH] Bump pypdf from 4.0.1 to 6.15.0 in /demo-python/code/data-chunking Bumps [pypdf](https://github.com/py-pdf/pypdf) from 4.0.1 to 6.15.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/4.0.1...6.15.0) --- updated-dependencies: - dependency-name: pypdf dependency-version: 6.15.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- demo-python/code/data-chunking/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo-python/code/data-chunking/requirements.txt b/demo-python/code/data-chunking/requirements.txt index 2bf5ccb..d4f9f78 100644 --- a/demo-python/code/data-chunking/requirements.txt +++ b/demo-python/code/data-chunking/requirements.txt @@ -78,7 +78,7 @@ pydantic_core==2.16.1 Pygments==2.17.2 PyJWT==2.8.0 pyparsing==3.1.1 -pypdf==4.0.1 +pypdf==6.15.0 python-dateutil==2.8.2 python-dotenv==1.0.0 pywin32==306