From b0d9e51f3a70d0ca84413ed20926b27d60cad387 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 18:22:49 +0000 Subject: [PATCH] Bump urllib3 from 2.6.3 to 2.7.0 in /lib/rag/layer Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.6.3 to 2.7.0. - [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/2.6.3...2.7.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.7.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- lib/rag/layer/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rag/layer/requirements.txt b/lib/rag/layer/requirements.txt index 942238100..6ce653999 100644 --- a/lib/rag/layer/requirements.txt +++ b/lib/rag/layer/requirements.txt @@ -29,4 +29,4 @@ numpy==2.4.4 # psycopg2-binary provided by Common Layer # boto3/botocore provided by Lambda runtime -urllib3==2.6.3 +urllib3==2.7.0