From 74e3ca2c32cf1278854cf6458a36116c660f33b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 19:09:46 +0000 Subject: [PATCH] Bump pypdf from 6.11.0 to 6.12.0 in /executor Bumps [pypdf](https://github.com/py-pdf/pypdf) from 6.11.0 to 6.12.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/6.11.0...6.12.0) --- updated-dependencies: - dependency-name: pypdf dependency-version: 6.12.0 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..6049988 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.12.0", "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..78b3390 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.12.0" }, { 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.12.0" 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/a2/ba/f82d1cb35b04041b5f796d4eedbaecafcbf99e83b7a2542b44a936959dd7/pypdf-6.12.0.tar.gz", hash = "sha256:061f135db8934503ed301c2d4cfaccb12f0a2ef1db11c5d0768a72a5ab4097d8", size = 6466074, upload-time = "2026-05-21T09:21:42.621Z" } 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/f4/fa/3597fb3fb28f40bf8291fdddbc4dcd51ce52fccaf1cbfca10ee9db09c69a/pypdf-6.12.0-py3-none-any.whl", hash = "sha256:a8e104ab950e655d0bcf5fa5e71317c06474bc707987335da44a210f73a8883b", size = 343457, upload-time = "2026-05-21T09:21:40.852Z" }, ] [[package]]