From c0c1ad40d3cfbc59319a87b20a963d86d48bf9be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 00:00:03 +0000 Subject: [PATCH] chore(deps): bump the aws-python group Bumps the aws-python group in /infra/scripts/setup/thread-dump-lambda with 2 updates: [boto3](https://github.com/boto/boto3) and [awscli](https://github.com/aws/aws-cli). Updates `boto3` from 1.43.39 to 1.43.83 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.43.39...1.43.83) Updates `awscli` from 1.45.39 to 1.46.1 - [Release notes](https://github.com/aws/aws-cli/releases) - [Commits](https://github.com/aws/aws-cli/compare/1.45.39...1.46.1) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.43.83 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: aws-python - dependency-name: awscli dependency-version: 1.46.1 dependency-type: direct:production update-type: version-update:semver-minor 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 0506c12a..974b2e0d 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.39 +boto3==1.43.83 kubernetes==36.0.2 -awscli==1.45.39 +awscli==1.46.1 requests==2.34.2