From f33aa90feff0eb1198cdb6f62e94a82b60863406 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 15:26:11 +0000 Subject: [PATCH] Bump pypdf from 6.11.0 to 6.13.3 in /executor Bumps [pypdf](https://github.com/py-pdf/pypdf) from 6.11.0 to 6.13.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/6.11.0...6.13.3) --- updated-dependencies: - dependency-name: pypdf dependency-version: 6.13.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- executor/pyproject.toml | 2 +- executor/uv.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/executor/pyproject.toml b/executor/pyproject.toml index ff2319d..9dc36bb 100644 --- a/executor/pyproject.toml +++ b/executor/pyproject.toml @@ -20,7 +20,7 @@ dependencies = [ "pandas==2.2.2", "pdfplumber>=0.11.7", "pydantic>=2.11.9", - "pypdf==6.11.0", + "pypdf==6.13.3", "python-docx==1.2.0", "python-pptx>=1.0.2", "scikit-image>=0.25.2", diff --git a/executor/uv.lock b/executor/uv.lock index e2e4016..ab5cc06 100644 --- a/executor/uv.lock +++ b/executor/uv.lock @@ -198,7 +198,7 @@ requires-dist = [ { name = "pandas", specifier = "==2.2.2" }, { name = "pdfplumber", specifier = ">=0.11.7" }, { name = "pydantic", specifier = ">=2.11.9" }, - { name = "pypdf", specifier = "==6.11.0" }, + { name = "pypdf", specifier = "==6.13.3" }, { name = "python-docx", specifier = "==1.2.0" }, { name = "python-pptx", specifier = ">=1.0.2" }, { name = "scikit-image", specifier = ">=0.25.2" }, @@ -591,11 +591,11 @@ wheels = [ [[package]] name = "pypdf" -version = "6.11.0" +version = "6.13.3" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/bf/58/6dd97d78a4b17a7a6b9d1c6ad23895abc41f0fdc49c553cc05bdfdcc36d0/pypdf-6.11.0.tar.gz", hash = "sha256:062b51c81b0910e6d2755e99e1c5547a0a23b7d0a32322af66240d8edcfabe87", size = 6453975, upload-time = "2026-05-09T13:26:48.955Z" } +sdist = { url = "https://files.pythonhosted.org/packages/17/18/9947cc201af9ccf76720fd3347bf4f70eb882ce3fcf4cb05f7443e4cf871/pypdf-6.13.3.tar.gz", hash = "sha256:f3cb822769725f1bac658c406cfc9460399043f3750c2d3e4650e0a85eacabd7", size = 6484063, upload-time = "2026-06-17T15:22:00.898Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/07/b1/68feb7eb3b99f0c020b414234825f4a5d70e0126c18d933770e8c93a35fc/pypdf-6.11.0-py3-none-any.whl", hash = "sha256:769394d5756d5b304c9b6bef88b54b1816b328e7e6fc9254e625529a15ed4ab8", size = 338819, upload-time = "2026-05-09T13:26:46.904Z" }, + { url = "https://files.pythonhosted.org/packages/94/56/2967e621598987905fb8cdfadd8f8de6b5c68c9351f0523c4df8409f28f1/pypdf-6.13.3-py3-none-any.whl", hash = "sha256:c6e3f86afb625791510b02ad5480e94b63970bb957df75d44657c282ecc52224", size = 347288, upload-time = "2026-06-17T15:21:59.512Z" }, ] [[package]]