From 9469360cf57d18128f90fd8fe382e6416c380252 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 09:03:01 +0000 Subject: [PATCH] Bump urllib3 Bumps the straightforward-dependencies group with 1 update in the /lambdas directory: [urllib3](https://github.com/urllib3/urllib3). Updates `urllib3` from 2.3.0 to 2.4.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.3.0...2.4.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: straightforward-dependencies ... Signed-off-by: dependabot[bot] --- lambdas/lambda_layers/requirements6.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lambdas/lambda_layers/requirements6.txt b/lambdas/lambda_layers/requirements6.txt index 1caeca000..cbcc4b1d0 100644 --- a/lambdas/lambda_layers/requirements6.txt +++ b/lambdas/lambda_layers/requirements6.txt @@ -1 +1 @@ -urllib3==2.3.0 \ No newline at end of file +urllib3==2.4.0 \ No newline at end of file