From e96d30fe6a599459a236970cdab8f91568613615 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 05:35:31 +0000 Subject: [PATCH] Bump pypdf from 6.11.0 to 6.12.1 Bumps [pypdf](https://github.com/py-pdf/pypdf) from 6.11.0 to 6.12.1. - [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.1) --- updated-dependencies: - dependency-name: pypdf dependency-version: 6.12.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- uv.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1ad004b..cd21c0a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ dependencies = [ "pydantic-settings==2.14.0", "click>=8.4.0,<9.0.0", "tqdm==4.67.3", - "pypdf==6.11.0", + "pypdf==6.12.1", "openai>=2.32.0", "reportlab==4.5.1", "azure-storage-blob==12.29.0", diff --git a/uv.lock b/uv.lock index f225a0a..28f57a4 100644 --- a/uv.lock +++ b/uv.lock @@ -147,7 +147,7 @@ requires-dist = [ { name = "pydantic-settings", specifier = "==2.14.0" }, { name = "pylibmagic", specifier = ">=0.5.0,<1.0.0" }, { name = "pymupdf", specifier = ">=1.27.2.3,<2.0.0" }, - { name = "pypdf", specifier = "==6.11.0" }, + { name = "pypdf", specifier = "==6.12.1" }, { name = "pytesseract", specifier = "==0.3.13" }, { name = "python-magic", specifier = ">=0.4.27,<1.0.0" }, { name = "rapidfuzz", specifier = ">=3.14.5,<4.0.0" }, @@ -955,11 +955,11 @@ wheels = [ [[package]] name = "pypdf" -version = "6.11.0" +version = "6.12.1" 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/54/4d/39e48f5294a5a6bb78313839aae820666c2d30daeadb652ed50bd46cafac/pypdf-6.12.1.tar.gz", hash = "sha256:3953a097b9f26d4e0ead5ff95943d9971377557662a91d8872186053cd71d30a", size = 6467595, upload-time = "2026-05-22T10:07:59.979Z" } 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/5e/aa/4d17fe9ff165d1341878c570b14f5b7291106d63411adf640942a7e638aa/pypdf-6.12.1-py3-none-any.whl", hash = "sha256:8fa2a2321cf16247ed848bd7c97f193a60c08670d04abed5b0138327e51c43b0", size = 343787, upload-time = "2026-05-22T10:07:57.801Z" }, ] [[package]]