From 6b0aeaca6b44fd0b802321015a7780558112f50d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 03:38:34 +0000 Subject: [PATCH] build(deps): update urllib3 requirement from <1.27 to <2.5 Updates the requirements on [urllib3](https://github.com/urllib3/urllib3) to permit the latest version. - [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.11...2.4.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.4.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-aws-lambda-layer.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-aws-lambda-layer.txt b/requirements-aws-lambda-layer.txt index 8986fdafc0..80f24fc4d2 100644 --- a/requirements-aws-lambda-layer.txt +++ b/requirements-aws-lambda-layer.txt @@ -4,4 +4,4 @@ certifi # yet supporting urllib3 1.27.0 never mind 2+. # So we pin this here to make our Lambda layer work with # Lambda Function using Python 3.7+ -urllib3<1.27 +urllib3<2.5