From 62838aa67c2be815bea480383e838bdaf9ad07b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 08:59:23 +0000 Subject: [PATCH] Bump the straightforward-dependencies group across 1 directory with 2 updates Bumps the straightforward-dependencies group with 2 updates in the /lambdas directory: [urllib3](https://github.com/urllib3/urllib3) and [numpy](https://github.com/numpy/numpy). Updates `urllib3` from 2.6.2 to 2.6.3 - [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.2...2.6.3) Updates `numpy` from 2.3.5 to 2.4.1 - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v2.3.5...v2.4.1) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: straightforward-dependencies - dependency-name: numpy dependency-version: 2.4.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: straightforward-dependencies ... Signed-off-by: dependabot[bot] --- lambdas/lambda_layers/requirements4.txt | 2 +- lambdas/lambda_layers/requirements6.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lambdas/lambda_layers/requirements4.txt b/lambdas/lambda_layers/requirements4.txt index 4d02e732e..0f45c579b 100644 --- a/lambdas/lambda_layers/requirements4.txt +++ b/lambdas/lambda_layers/requirements4.txt @@ -1 +1 @@ -numpy==2.3.5 \ No newline at end of file +numpy==2.4.1 \ No newline at end of file diff --git a/lambdas/lambda_layers/requirements6.txt b/lambdas/lambda_layers/requirements6.txt index 1182cb2f3..4ba2c8c54 100644 --- a/lambdas/lambda_layers/requirements6.txt +++ b/lambdas/lambda_layers/requirements6.txt @@ -1 +1 @@ -urllib3==2.6.2 \ No newline at end of file +urllib3==2.6.3 \ No newline at end of file