From b54eb93813b4754efc7a7fc51f249ca91810483a Mon Sep 17 00:00:00 2001 From: "articulate-shipping[bot]" <181743967+articulate-shipping[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 14:29:17 +0000 Subject: [PATCH] chore: bump AWSCLI_VERSION to 2.35.17 --- scripts/awscli.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/awscli.sh b/scripts/awscli.sh index c679c9a..f67be8f 100755 --- a/scripts/awscli.sh +++ b/scripts/awscli.sh @@ -1,7 +1,7 @@ #!/bin/sh set -e -AWSCLI_VERSION="${AWSCLI_VERSION:-2.34.58}" +AWSCLI_VERSION="${AWSCLI_VERSION:-2.35.17}" missing="" command -v curl >/dev/null || missing="${missing} curl"