From 1468bb9ce673c7a884703c9a3d01f426c210bab7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 21:53:26 +0000 Subject: [PATCH] Bump pypdf from 6.11.0 to 6.13.3 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] --- pyproject.toml | 2 +- uv.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a089c14..e5ee86a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ authors = [{ name = "Mikhail Yurasov", email = "me@yurasov.me" }] dependencies = [ "pyyaml", "openpyxl", - "pypdf>=6.11.0", + "pypdf>=6.13.3", "pdf2image>=1.17.0", "pillow>=12.2.0", "pymupdf>=1.27.2.3", diff --git a/uv.lock b/uv.lock index 2fe3cfa..7506234 100644 --- a/uv.lock +++ b/uv.lock @@ -520,11 +520,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]] @@ -658,7 +658,7 @@ requires-dist = [ { name = "pdf2image", specifier = ">=1.17.0" }, { name = "pillow", specifier = ">=12.2.0" }, { name = "pymupdf", specifier = ">=1.27.2.3" }, - { name = "pypdf", specifier = ">=6.11.0" }, + { name = "pypdf", specifier = ">=6.13.3" }, { name = "pyyaml" }, ]