From 7c64277d7f0338b544953b74550d1ce1b0679f89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 07:11:29 +0000 Subject: [PATCH] chore(deps): bump the aws-python group across 1 directory with 2 updates Bumps the aws-python group with 2 updates in the /infra/scripts/setup/thread-dump-lambda directory: [boto3](https://github.com/boto/boto3) and [awscli](https://github.com/aws/aws-cli). Updates `boto3` from 1.43.25 to 1.43.39 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.43.25...1.43.39) Updates `awscli` from 1.45.25 to 1.45.39 - [Release notes](https://github.com/aws/aws-cli/releases) - [Commits](https://github.com/aws/aws-cli/compare/1.45.25...1.45.39) --- updated-dependencies: - dependency-name: awscli dependency-version: 1.45.39 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: aws-python - dependency-name: boto3 dependency-version: 1.43.39 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: aws-python ... Signed-off-by: dependabot[bot] --- infra/scripts/setup/thread-dump-lambda/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infra/scripts/setup/thread-dump-lambda/requirements.txt b/infra/scripts/setup/thread-dump-lambda/requirements.txt index 2563dc2e..0506c12a 100644 --- a/infra/scripts/setup/thread-dump-lambda/requirements.txt +++ b/infra/scripts/setup/thread-dump-lambda/requirements.txt @@ -1,4 +1,4 @@ -boto3==1.43.25 +boto3==1.43.39 kubernetes==36.0.2 -awscli==1.45.25 +awscli==1.45.39 requests==2.34.2