From 0f066adbbb746fd7f2e5a107d6dd8711c87a2c32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 18:58:25 +0000 Subject: [PATCH] chore(deps): bump urllib3 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] --- .../multi/rapidPipelineEKS/lambdaLayer/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backendPipelines/multi/rapidPipelineEKS/lambdaLayer/requirements.txt b/backendPipelines/multi/rapidPipelineEKS/lambdaLayer/requirements.txt index ae0642b36..6f5cfe130 100644 --- a/backendPipelines/multi/rapidPipelineEKS/lambdaLayer/requirements.txt +++ b/backendPipelines/multi/rapidPipelineEKS/lambdaLayer/requirements.txt @@ -19,5 +19,5 @@ requests==2.33.0 ; python_version >= "3.12" and python_version < "4.0" s3transfer==0.16.0 ; python_version >= "3.12" and python_version < "4.0" setuptools==82.0.1 ; python_version >= "3.12" and python_version < "4.0" six==1.17.0 ; python_version >= "3.12" and python_version < "4.0" -urllib3==2.6.3 ; python_version >= "3.12" and python_version < "4.0" +urllib3==2.7.0 ; python_version >= "3.12" and python_version < "4.0" websocket-client==1.9.0 ; python_version >= "3.12" and python_version < "4.0"