From 2bb5e4676797fa92cdcbf0dcf7b4eb26e4f09f6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 15:43:54 +0000 Subject: [PATCH] chore(deps): bump pypdf from 6.9.1 to 6.13.2 in /sdk Bumps [pypdf](https://github.com/py-pdf/pypdf) from 6.9.1 to 6.13.2. - [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.9.1...6.13.2) --- updated-dependencies: - dependency-name: pypdf dependency-version: 6.13.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- sdk/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/pyproject.toml b/sdk/pyproject.toml index cdb5459b9..fd99a7eb2 100644 --- a/sdk/pyproject.toml +++ b/sdk/pyproject.toml @@ -53,7 +53,7 @@ dependencies = [ "pymssql>=2.2.11", "openpyxl>=3.1.5", "orjson==3.10", - "pypdf==6.9.1", + "pypdf==6.13.2", "python-pptx==1.0.2", "ijson==3.5.0", "langchain-text-splitters==1.1.2",