From 5cb529280bd53d505b453a9190bfc128bf9de8c2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 13 Aug 2023 12:40:59 +0000 Subject: [PATCH] fix(deps): update dependency pypdf to v3.15.1 (#1667) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 0f92eccaef2f..84e326a2d50e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2031,13 +2031,13 @@ files = [ [[package]] name = "pypdf" -version = "3.15.0" +version = "3.15.1" description = "A pure-python PDF library capable of splitting, merging, cropping, and transforming PDF files" optional = false python-versions = ">=3.6" files = [ - {file = "pypdf-3.15.0-py3-none-any.whl", hash = "sha256:2e29ddb62561ec91157c784783714703ddd3ce08f070ecbc57404fb86cd9fc97"}, - {file = "pypdf-3.15.0.tar.gz", hash = "sha256:8a6264e1c47c63dc2484e29bdfa76b121435896a84e94b7c5ae82c6ae96354bb"}, + {file = "pypdf-3.15.1-py3-none-any.whl", hash = "sha256:99b337af7da8046d1e2e94354846e8c56753e1cdc817ac0fbe770c1e2281902b"}, + {file = "pypdf-3.15.1.tar.gz", hash = "sha256:d0dfaf4f10dfb06ac39e1d6a9cbffd63e77621d1e89c0ef08f346fd902df7b4b"}, ] [package.extras] @@ -2720,4 +2720,4 @@ test = ["pytest"] [metadata] lock-version = "2.0" python-versions = ">=3.11,<3.12" -content-hash = "27a2234ccac09cac37f3dda9ff38d6255827b668345384a4ac4cfcaa20c970cb" +content-hash = "4b89df8025dd8d3c1075ba40a01f379b794ad33329626e79db3cf27ad92c1f55" diff --git a/pyproject.toml b/pyproject.toml index 2b935144ba50..fd9ba59ef694 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependency-injector = "4.41.0" pdfCropMargins = "==2.0.3" pycryptodome = "3.18.0" pydantic = { extras = ["dotenv"], version = "==2.1.1" } -pypdf = "3.15.0" +pypdf = "3.15.1" pikepdf = "8.3.2" pydantic-settings = "2.0.2"