From f7d43509825368c7957a86e3c894712617a112b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Aug 2025 20:08:44 +0000 Subject: [PATCH] build(deps): bump pypdf in /infra/scripts/index_scripts Bumps [pypdf](https://github.com/py-pdf/pypdf) from 5.6.0 to 6.0.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.6.0...6.0.0) --- updated-dependencies: - dependency-name: pypdf dependency-version: 6.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- infra/scripts/index_scripts/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/scripts/index_scripts/requirements.txt b/infra/scripts/index_scripts/requirements.txt index bbeb6096..47d1b037 100644 --- a/infra/scripts/index_scripts/requirements.txt +++ b/infra/scripts/index_scripts/requirements.txt @@ -1,6 +1,6 @@ azure-storage-file-datalake==12.20.0 openai==1.84.0 -pypdf==5.6.0 +pypdf==6.0.0 # pyodbc tiktoken==0.9.0 msal[broker]==1.32.3