From 4bf790092b75ec1cc73001c90b5d9f1bcb61bb3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 20:00:10 +0000 Subject: [PATCH] build: bump pypdf from 5.6.0 to 6.1.3 in /infra/scripts/index_scripts Bumps [pypdf](https://github.com/py-pdf/pypdf) from 5.6.0 to 6.1.3. - [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.1.3) --- updated-dependencies: - dependency-name: pypdf dependency-version: 6.1.3 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 2341c0ff2..ca3ca5add 100644 --- a/infra/scripts/index_scripts/requirements.txt +++ b/infra/scripts/index_scripts/requirements.txt @@ -1,7 +1,7 @@ azure-storage-file-datalake==12.20.0 # langchain openai==1.84.0 -pypdf==5.6.0 +pypdf==6.1.3 # pyodbc tiktoken==0.9.0 msal[broker]==1.32.3