From ab70fc1bab98c57b686687dadb3811c45c8328d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 27 Jul 2025 13:53:18 +0000 Subject: [PATCH] Bump requests in /infrastructure/scripts/setup/thread-dump-lambda Bumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.32.4. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.31.0...v2.32.4) --- updated-dependencies: - dependency-name: requests dependency-version: 2.32.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../scripts/setup/thread-dump-lambda/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/scripts/setup/thread-dump-lambda/requirements.txt b/infrastructure/scripts/setup/thread-dump-lambda/requirements.txt index c8e9ac9e..73979b5d 100644 --- a/infrastructure/scripts/setup/thread-dump-lambda/requirements.txt +++ b/infrastructure/scripts/setup/thread-dump-lambda/requirements.txt @@ -1,4 +1,4 @@ boto3==1.37.34 kubernetes==32.0.1 awscli==1.38.34 -requests==2.31.0 \ No newline at end of file +requests==2.32.4 \ No newline at end of file