From 68a3acf1e8c8b62828a801bec2022a10d2d2e38b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 22:23:16 +0000 Subject: [PATCH] build(deps): bump pypdf from 3.11.0 to 3.17.0 Bumps [pypdf](https://github.com/py-pdf/pypdf) from 3.11.0 to 3.17.0. - [Changelog](https://github.com/py-pdf/pypdf/blob/main/CHANGELOG.md) - [Commits](https://github.com/py-pdf/pypdf/compare/3.11.0...3.17.0) --- updated-dependencies: - dependency-name: pypdf dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c870b38..fd25d71 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ openai~=0.27.8 pinecone-client -pypdf==3.11.0 +pypdf==3.17.0 pytest~=7.4.0 python-dotenv==1.0.0 requests~=2.31.0