From 32c6c866c85f642b84d7f7ebadae750177b63040 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 16:29:43 +0000 Subject: [PATCH] chore(deps): bump requests Bumps [requests](https://github.com/psf/requests) from 2.32.4 to 2.33.0. - [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.32.4...v2.33.0) --- updated-dependencies: - dependency-name: requests dependency-version: 2.33.0 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 73979b5d..c5a47bea 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.32.4 \ No newline at end of file +requests==2.33.0 \ No newline at end of file