From 41478dd2598b3504adbdf0fd2075c3d4583fb1ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 21:49:50 +0000 Subject: [PATCH] Bump pypdf from 6.10.2 to 6.13.3 Bumps [pypdf](https://github.com/py-pdf/pypdf) from 6.10.2 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.10.2...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 5cec0bcd..9833c203 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ dependencies = [ "matplotlib>=3.6.0", "numpy>=1.21.3", "packaging>=22.0", - "pypdf>=6.10.2", + "pypdf>=6.13.3", "rich>=13.5.2", "scipy>=1.8.2", "uncertainties>=3.1.7", diff --git a/uv.lock b/uv.lock index 58c6ea89..1fdb385c 100644 --- a/uv.lock +++ b/uv.lock @@ -55,7 +55,7 @@ requires-dist = [ { name = "matplotlib", specifier = ">=3.6.0" }, { name = "numpy", specifier = ">=1.21.3" }, { name = "packaging", specifier = ">=22.0" }, - { name = "pypdf", specifier = ">=6.10.2" }, + { name = "pypdf", specifier = ">=6.13.3" }, { name = "rich", specifier = ">=13.5.2" }, { name = "scipy", specifier = ">=1.8.2" }, { name = "uncertainties", specifier = ">=3.1.7" }, @@ -1465,14 +1465,14 @@ wheels = [ [[package]] name = "pypdf" -version = "6.10.2" +version = "6.13.3" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "typing-extensions", marker = "python_full_version < '3.11'" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/7b/3f/9f2167401c2e94833ca3b69535bad89e533b5de75fefe4197a2c224baec2/pypdf-6.10.2.tar.gz", hash = "sha256:7d09ce108eff6bf67465d461b6ef352dcb8d84f7a91befc02f904455c6eea11d", size = 5315679, upload-time = "2026-04-15T16:37:36.978Z" } +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/0c/d6/1d5c60cc17bbdf37c1552d9c03862fc6d32c5836732a0415b2d637edc2d0/pypdf-6.10.2-py3-none-any.whl", hash = "sha256:aa53be9826655b51c96741e5d7983ca224d898ac0a77896e64636810517624aa", size = 336308, upload-time = "2026-04-15T16:37:34.851Z" }, + { 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]]