From 4862b3077f451c6d8fc83c9beb885d751bbbd1b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 20:23:26 +0000 Subject: [PATCH] Bump pypdf in /microservices/ace_agent/samples/nv_langchain_bot/plugins Bumps [pypdf](https://github.com/py-pdf/pypdf) from 3.10.0 to 3.17.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/3.10.0...3.17.0) --- updated-dependencies: - dependency-name: pypdf dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- .../samples/nv_langchain_bot/plugins/requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/microservices/ace_agent/samples/nv_langchain_bot/plugins/requirements_dev.txt b/microservices/ace_agent/samples/nv_langchain_bot/plugins/requirements_dev.txt index dd34a07..689ff0c 100644 --- a/microservices/ace_agent/samples/nv_langchain_bot/plugins/requirements_dev.txt +++ b/microservices/ace_agent/samples/nv_langchain_bot/plugins/requirements_dev.txt @@ -1,5 +1,5 @@ langchain==0.0.322 langchain-community==0.0.16 langchain-nvidia-ai-endpoints==0.0.1 -pypdf==3.10.0 +pypdf==3.17.0 pymilvus==2.3.1 \ No newline at end of file