From c9c2a188dc3d2d8b92b977061351a15f2e641e8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 00:51:45 +0000 Subject: [PATCH] Bump pypdf from 6.11.0 to 6.13.0 in /backend Bumps [pypdf](https://github.com/py-pdf/pypdf) from 6.11.0 to 6.13.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.13.0) --- updated-dependencies: - dependency-name: pypdf dependency-version: 6.13.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/pyproject.toml | 2 +- backend/uv.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 18423c91..f3f73c31 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ "pycognito~=2024.5.0", "pydantic[email]~=2.13.0", "pymysql~=1.1.0", - "pypdf~=6.11.0", + "pypdf~=6.13.0", "reportlab~=4.5.0", "requests~=2.33.0", "sentry-sdk[django]~=2.59.0", diff --git a/backend/uv.lock b/backend/uv.lock index 1b1e8979..cb27a6e7 100644 --- a/backend/uv.lock +++ b/backend/uv.lock @@ -1055,11 +1055,11 @@ wheels = [ [[package]] name = "pypdf" -version = "6.11.0" +version = "6.13.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/70/79/9fd087fbff8300e5c2a9b2bd0200b75c6ef8c1f9a7a2cfe3df0659aa4025/pypdf-6.13.0.tar.gz", hash = "sha256:558683ec9daf6b91c280c322c84c32f5cc216afd3eaa3a37de5ae88ae0c3b787", size = 6476995, upload-time = "2026-06-05T10:12:05.568Z" } 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/9d/70/16942ec95d32187d8679ce8419cee2d5c0dbe90fa3ac1b307daea4c86da9/pypdf-6.13.0-py3-none-any.whl", hash = "sha256:de1294ae49d6956edb4e5c41527fb9e8716ddd2b120f2185c68aab784d4ffe60", size = 345958, upload-time = "2026-06-05T10:12:03.453Z" }, ] [[package]] @@ -1282,7 +1282,7 @@ requires-dist = [ { name = "pycognito", specifier = "~=2024.5.0" }, { name = "pydantic", extras = ["email"], specifier = "~=2.13.0" }, { name = "pymysql", specifier = "~=1.1.0" }, - { name = "pypdf", specifier = "~=6.11.0" }, + { name = "pypdf", specifier = "~=6.13.0" }, { name = "reportlab", specifier = "~=4.5.0" }, { name = "requests", specifier = "~=2.33.0" }, { name = "sentry-sdk", extras = ["django"], specifier = "~=2.59.0" },