From 7307b9bcacb4df475dca7b37f1612637317d63c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 18:23:18 +0000 Subject: [PATCH] build(deps): bump pypdf from 6.15.0 to 6.16.2 Bumps [pypdf](https://github.com/py-pdf/pypdf) from 6.15.0 to 6.16.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.15.0...6.16.2) --- updated-dependencies: - dependency-name: pypdf dependency-version: 6.16.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 47e16f36aa1..c96a600366f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ dependencies = [ "markdownify==1.2.3", "openpyxl==3.1.5", "pydub==0.25.1", - "pypdf==6.15.0", + "pypdf==6.16.2", "pysilk==0.0.1", "python-docx==1.2.0", "xlrd==2.0.2",