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.