From d799452c127002362d7090c432d22afd1968a3c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 18:09:50 +0000 Subject: [PATCH] chore(deps): bump kubernetes in /infra/scripts/setup/thread-dump-lambda Bumps [kubernetes](https://github.com/kubernetes-client/python) from 36.0.0 to 36.0.2. - [Release notes](https://github.com/kubernetes-client/python/releases) - [Changelog](https://github.com/kubernetes-client/python/blob/v36.0.2/CHANGELOG.md) - [Commits](https://github.com/kubernetes-client/python/compare/v36.0.0...v36.0.2) --- updated-dependencies: - dependency-name: kubernetes dependency-version: 36.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- infra/scripts/setup/thread-dump-lambda/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/scripts/setup/thread-dump-lambda/requirements.txt b/infra/scripts/setup/thread-dump-lambda/requirements.txt index 88908c0c..240451b3 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.14 -kubernetes==36.0.0 +kubernetes==36.0.2 awscli==1.45.14 requests==2.34.2