From 8e3aeb9b38a01a256e877d697a94ae01402a89b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 22:59:19 +0000 Subject: [PATCH] chore(deps): bump pdf2image from 1.16.3 to 1.17.0 Bumps [pdf2image](https://github.com/Belval/pdf2image) from 1.16.3 to 1.17.0. - [Release notes](https://github.com/Belval/pdf2image/releases) - [Commits](https://github.com/Belval/pdf2image/compare/v.1.16.3...v1.17.0) --- updated-dependencies: - dependency-name: pdf2image dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index bca96d5c7..b8a6c911b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "aiohappyeyeballs" @@ -2737,13 +2737,13 @@ files = [ [[package]] name = "pdf2image" -version = "1.16.3" +version = "1.17.0" description = "A wrapper around the pdftoppm and pdftocairo command line tools to convert PDF to a PIL Image list." optional = true python-versions = "*" files = [ - {file = "pdf2image-1.16.3-py3-none-any.whl", hash = "sha256:b6154164af3677211c22cbb38b2bd778b43aca02758e962fe1e231f6d3b0e380"}, - {file = "pdf2image-1.16.3.tar.gz", hash = "sha256:74208810c2cef4d9e347769b8e62a52303982ddb4f2dfd744c7ab4b940ae287e"}, + {file = "pdf2image-1.17.0-py3-none-any.whl", hash = "sha256:ecdd58d7afb810dffe21ef2b1bbc057ef434dabbac6c33778a38a3f7744a27e2"}, + {file = "pdf2image-1.17.0.tar.gz", hash = "sha256:eaa959bc116b420dd7ec415fcae49b98100dda3dd18cd2fdfa86d09f112f6d57"}, ] [package.dependencies] @@ -5047,4 +5047,4 @@ vector-db-based = ["cohere", "langchain", "openai", "tiktoken"] [metadata] lock-version = "2.0" python-versions = "^3.10,<3.13" -content-hash = "2b774b097cd8c896e59f37d0ca640503b324ab8aebe8f3ba9b5fc2dfd4b63049" +content-hash = "3deaf3bbb7d3242036d7b68eab236eb4c75153d194f7b7219bc8199e30ac8cc9" diff --git a/pyproject.toml b/pyproject.toml index c3267ed70..6cb9605a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ langchain = { version = "0.1.16", optional = true } langchain_core = { version = "0.1.42", optional = true } markdown = { version = "*", optional = true } openai = { version = "0.27.9", extras = ["embeddings"], optional = true } -pdf2image = { version = "1.16.3", optional = true } +pdf2image = { version = "1.17.0", optional = true } "pdfminer.six" = { version = "20221105", optional = true } pyarrow = { version = "~15.0.0", optional = true } pytesseract = { version = "0.3.10", optional = true }