From c6863fa42e43179bd68462deb53ae8457be2ea02 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 21 Sep 2024 22:00:21 +0000 Subject: [PATCH] fix(deps): update dependency pypdf to v5 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 0b54850a63c11..e6e92c352c3b2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2164,13 +2164,13 @@ files = [ [[package]] name = "pypdf" -version = "4.3.1" +version = "5.0.0" description = "A pure-python PDF library capable of splitting, merging, cropping, and transforming PDF files" optional = false python-versions = ">=3.6" files = [ - {file = "pypdf-4.3.1-py3-none-any.whl", hash = "sha256:64b31da97eda0771ef22edb1bfecd5deee4b72c3d1736b7df2689805076d6418"}, - {file = "pypdf-4.3.1.tar.gz", hash = "sha256:b2f37fe9a3030aa97ca86067a56ba3f9d3565f9a791b305c7355d8392c30d91b"}, + {file = "pypdf-5.0.0-py3-none-any.whl", hash = "sha256:67603e2e96cdf70e676564520933c017d450f16075b9966be5fee128812ace8c"}, + {file = "pypdf-5.0.0.tar.gz", hash = "sha256:5c536ec0f7af8e2f80eb32806964652a562b9abc5477b3c195e2b842725ce55b"}, ] [package.extras] @@ -2891,4 +2891,4 @@ test = ["pytest"] [metadata] lock-version = "2.0" python-versions = "==3.12.6" -content-hash = "ae999fa5409f677248e83391beae251109aaf6cc378f3c9d86578b3e5442f427" +content-hash = "5a38f010282b761eeba99e58b4ab1dda582db24f81944938ae0f32802f2f7e95" diff --git a/pyproject.toml b/pyproject.toml index 1d4b2e223e2b1..54e41c99a33ae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependency-injector = { git = "https://github.com/anton-petrov/python-dependency pdfCropMargins = "==2.1.4" pycryptodome = "3.20.0" pydantic = { extras = ["dotenv"], version = "==2.9.2" } -pypdf = "4.3.1" +pypdf = "5.0.0" pikepdf = "9.2.1" pydantic-settings = "2.5.2"