From 1865d0d2fee0db30e05b707998f7560a2ce4b811 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 10:44:00 +0000 Subject: [PATCH] chore(deps): update dependency pypdf to v6.10.2 [security] --- poetry.lock | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 47a2a1d..0a13204 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1400,22 +1400,23 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pypdf" -version = "6.6.1" +version = "6.11.0" description = "A pure-python PDF library capable of splitting, merging, cropping, and transforming PDF files" optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "pypdf-6.6.1-py3-none-any.whl", hash = "sha256:453354ddb4398319197f4006fbd1b93c4fbc995f15b15c0af88cba99494ce65a"}, - {file = "pypdf-6.6.1.tar.gz", hash = "sha256:7ea09ab3748644dacef1a30c475d1edc031656f69c03332c291ebf5b9291a909"}, + {file = "pypdf-6.11.0-py3-none-any.whl", hash = "sha256:769394d5756d5b304c9b6bef88b54b1816b328e7e6fc9254e625529a15ed4ab8"}, + {file = "pypdf-6.11.0.tar.gz", hash = "sha256:062b51c81b0910e6d2755e99e1c5547a0a23b7d0a32322af66240d8edcfabe87"}, ] [package.extras] -crypto = ["cryptography"] +crypto = ["cryptography (>3.0)"] cryptodome = ["PyCryptodome"] -dev = ["black", "flit", "pip-tools", "pre-commit", "pytest-cov", "pytest-socket", "pytest-timeout", "pytest-xdist", "wheel"] +dev = ["flit", "pip-tools", "pre-commit", "pytest-cov", "pytest-socket", "pytest-timeout", "pytest-xdist", "wheel"] docs = ["myst_parser", "sphinx", "sphinx_rtd_theme"] -full = ["Pillow (>=8.0.0)", "cryptography"] +fonts = ["fonttools"] +full = ["Pillow (>=8.0.0)", "cryptography (>3.0)", "fonttools"] image = ["Pillow (>=8.0.0)"] [[package]]