From dc2738611b309d903d3c2c5a6846fc11140252a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Mar 2024 23:49:25 +0000 Subject: [PATCH] Bump pypdf from 4.0.1 to 4.1.0 Bumps [pypdf](https://github.com/py-pdf/pypdf) from 4.0.1 to 4.1.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.0.1...4.1.0) --- updated-dependencies: - dependency-name: pypdf dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a6d135e7..4fd5d0bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ optimum = "1.15.0" diffusers = "*" langchain = "0.1.7" toml = "*" -pypdf = "4.0.1" +pypdf = "4.1.0" accelerate = "*" sentencepiece = "0.1.98" httpx = "0.24.1"