From 04e99a9c9e7171418961bc5a5ae7a89bdedb69af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 07:51:51 +0000 Subject: [PATCH] Bump pypdf from 4.2.0 to 4.3.0 Bumps [pypdf](https://github.com/py-pdf/pypdf) from 4.2.0 to 4.3.0. - [Release notes](https://github.com/py-pdf/pypdf/releases) - [Changelog](https://github.com/py-pdf/pypdf/blob/main/CHANGELOG.md) - [Commits](https://github.com/py-pdf/pypdf/compare/4.2.0...4.3.0) --- updated-dependencies: - dependency-name: pypdf dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index ce989fc..3dcffc9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2929,13 +2929,13 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pypdf" -version = "4.2.0" +version = "4.3.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.2.0-py3-none-any.whl", hash = "sha256:dc035581664e0ad717e3492acebc1a5fc23dba759e788e3d4a9fc9b1a32e72c1"}, - {file = "pypdf-4.2.0.tar.gz", hash = "sha256:fe63f3f7d1dcda1c9374421a94c1bba6c6f8c4a62173a59b64ffd52058f846b1"}, + {file = "pypdf-4.3.0-py3-none-any.whl", hash = "sha256:eeea4d019b57c099d02a0e1692eaaab23341ae3f255c1dafa3c8566b4636496d"}, + {file = "pypdf-4.3.0.tar.gz", hash = "sha256:0d7a4c67fd03782f5a09d3f48c11c7a31e0bb9af78861a25229bb49259ed0504"}, ] [package.extras] @@ -4624,4 +4624,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "681abe7d84db0fb3739ab99a5690a8ce9fb7d216e8518f8c197c7a760c98bcd0" +content-hash = "aa64ea1025b5dd7ff8c4283a19548f9e4840cfe2e7dc89c5401237a5b05b033a" diff --git a/pyproject.toml b/pyproject.toml index e330637..b4c4ca6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ ollama = "^0.2.1" openai = "^1.35.13" pandas = "^2.1.3" plotly = "^5.18.0" -pypdf = "^4.0.1" +pypdf = "^4.3.0" python = "^3.11" python-dateutil = "^2.8.2" python-dotenv = "^1.0.0"