From 2aab7775bf6e7b776886b5e0f36350472cca3dd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 18:42:28 +0000 Subject: [PATCH] chore(deps): bump urllib3 in /backend/lambdaLayers/base 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] --- backend/lambdaLayers/base/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/lambdaLayers/base/requirements.txt b/backend/lambdaLayers/base/requirements.txt index b49afb76d..8fb6e63b7 100644 --- a/backend/lambdaLayers/base/requirements.txt +++ b/backend/lambdaLayers/base/requirements.txt @@ -18,4 +18,4 @@ s3transfer==0.10.1 ; python_version >= "3.12" and python_version < "4.0" simpleeval==0.9.13 ; python_version >= "3.12" and python_version < "4.0" six==1.16.0 ; python_version >= "3.12" and python_version < "4.0" typing-extensions==4.12.2 ; 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"