From 99694bbaa5eefc2f3bf1619b9403b1e512927993 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 24 Dec 2023 10:54:53 +0000 Subject: [PATCH] fix(chat-pdf): update dependency pypdf to v3.17.4 (#13428) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- hm-langchain/applications/chat-pdf/poetry.lock | 8 ++++---- hm-langchain/applications/chat-pdf/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/hm-langchain/applications/chat-pdf/poetry.lock b/hm-langchain/applications/chat-pdf/poetry.lock index 284ef9cca3..54a2b3e713 100644 --- a/hm-langchain/applications/chat-pdf/poetry.lock +++ b/hm-langchain/applications/chat-pdf/poetry.lock @@ -1927,13 +1927,13 @@ typing-extensions = ">=4.6.0,<4.7.0 || >4.7.0" [[package]] name = "pypdf" -version = "3.17.3" +version = "3.17.4" 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.17.3-py3-none-any.whl", hash = "sha256:1f77682d95dc6308517caa96e267628f747100634ec43476166763a226320817"}, - {file = "pypdf-3.17.3.tar.gz", hash = "sha256:70c072218e3729218676bdf107e921fa49d1838c2f46056ce26d495c7e58f641"}, + {file = "pypdf-3.17.4-py3-none-any.whl", hash = "sha256:6aa0f61b33779b64486de3f42835d3668badd48dac4a536aeb87da187a5eacd2"}, + {file = "pypdf-3.17.4.tar.gz", hash = "sha256:ec96e2e4fc9648ac609d19c00d41e9d606e0ae2ce5a0bbe7691426f5f157166a"}, ] [package.extras] @@ -2936,4 +2936,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "3.12.x" -content-hash = "c1107753214f60b8fa928d04744c13e1f9177960b452087297ee991b1d1035b9" +content-hash = "f5672ed9b2b3d529ce80837cc944605211f01374ebcfd14517591adf1bce5145" diff --git a/hm-langchain/applications/chat-pdf/pyproject.toml b/hm-langchain/applications/chat-pdf/pyproject.toml index d3d0333c93..7b2546cb35 100644 --- a/hm-langchain/applications/chat-pdf/pyproject.toml +++ b/hm-langchain/applications/chat-pdf/pyproject.toml @@ -9,7 +9,7 @@ python = "3.12.x" chromadb = "0.4.21" gpt4all = "2.0.2" langchain = "0.0.352" -pypdf = "3.17.3" +pypdf = "3.17.4" [tool.poetry.group.dev.dependencies] poethepoet = "0.24.4"