From 439bcd6a7d2efb8be42085791d5ecffddfa2c5c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Jun 2025 00:22:07 +0000 Subject: [PATCH] Bump requests in /model-deployment/containers/rag_llama2/ingestion_md Bumps [requests](https://github.com/psf/requests) from 2.25.1 to 2.32.4. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.25.1...v2.32.4) --- updated-dependencies: - dependency-name: requests dependency-version: 2.32.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../containers/rag_llama2/ingestion_md/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/model-deployment/containers/rag_llama2/ingestion_md/requirements.txt b/model-deployment/containers/rag_llama2/ingestion_md/requirements.txt index a783f8e9..670c73ec 100644 --- a/model-deployment/containers/rag_llama2/ingestion_md/requirements.txt +++ b/model-deployment/containers/rag_llama2/ingestion_md/requirements.txt @@ -1,7 +1,7 @@ langchain==0.1.11 llama-cpp-python==0.2.15 oci==2.47.1 -requests==2.25.1 +requests==2.32.4 uvicorn fastapi qdrant-client==1.9.0 \ No newline at end of file