From b9ccb2b6af2e62c4df4e506b13fdae1e892c5c41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 14:23:51 +0000 Subject: [PATCH] Bump urllib3 in /cdk_bedrock_rag_chatbot/application Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.18 to 1.26.19. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.26.18...1.26.19) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- cdk_bedrock_rag_chatbot/application/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cdk_bedrock_rag_chatbot/application/requirements.txt b/cdk_bedrock_rag_chatbot/application/requirements.txt index db43ac4..f55a232 100644 --- a/cdk_bedrock_rag_chatbot/application/requirements.txt +++ b/cdk_bedrock_rag_chatbot/application/requirements.txt @@ -8,5 +8,5 @@ langchain-community==0.2.5 matplotlib==3.7.0 requests==2.32.3 streamlit==1.35.0 -urllib3==1.26.18 +urllib3==1.26.19 opensearch-py==2.6.0 \ No newline at end of file