From e7356f8dcc08e374a62ae57187626e1ecffb45d3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 05:57:05 +0000 Subject: [PATCH] chore(deps): Update dependency awscli to v1.45.52 --- .settings.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.settings.yaml b/.settings.yaml index 5a0cb06bb..db4619f77 100644 --- a/.settings.yaml +++ b/.settings.yaml @@ -91,7 +91,7 @@ testing_tools: yq: 'v4.53.3' # AWS CLI used by the KMS e2e to provision keys against the MiniStack emulator. # renovate: datasource=pypi depName=awscli depType=testing_tools - awscli: '1.45.51' + awscli: '1.45.52' # MiniStack: MIT-licensed, token-free AWS emulator (https://ministack.org) used # by the KMS e2e in place of LocalStack, whose latest/stable images now refuse # to boot without a paid license token. Pinned (never :latest) for reproducibility.