From 7c3e852a2dabb4364b1c44f31cc1afd4ff52e45a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 09:10:54 +0000 Subject: [PATCH] chore(deps): bump urllib3 in /modules/fmops/qna-rag Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.17 to 1.26.18. - [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.17...1.26.18) --- updated-dependencies: - dependency-name: urllib3 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- modules/fmops/qna-rag/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/fmops/qna-rag/requirements.txt b/modules/fmops/qna-rag/requirements.txt index bb39bcd4..cbc0d1a1 100644 --- a/modules/fmops/qna-rag/requirements.txt +++ b/modules/fmops/qna-rag/requirements.txt @@ -30,7 +30,7 @@ cattrs==23.2.3 # via jsii cdk-nag==2.28.118 # via cdklabs-generative-ai-cdk-constructs -cdklabs-generative-ai-cdk-constructs==0.1.145 +cdklabs-generative-ai-cdk-constructs==0.1.146 # via -r requirements.in constructs==10.3.0 # via @@ -82,5 +82,5 @@ typeguard==2.13.3 # jsii typing-extensions==4.11.0 # via jsii -urllib3==1.26.17 +urllib3==1.26.18 # via botocore