diff --git a/bzl/deps.bzl b/bzl/deps.bzl index a5a240507f..62a858efe0 100644 --- a/bzl/deps.bzl +++ b/bzl/deps.bzl @@ -126,9 +126,9 @@ exports_files(glob(["**/*"])) http_archive( name = "pulumi_cli_darwin_arm64", urls = [ - "https://github.com/pulumi/pulumi/releases/download/v3.68.0/pulumi-v3.68.0-darwin-arm64.tar.gz", + "https://github.com/pulumi/pulumi/releases/download/v3.69.0/pulumi-v3.69.0-darwin-arm64.tar.gz", ], - sha256 = "694e02342a60630ba9751e170597c2baeefae9eda1889893c6764f1275f1672f", + sha256 = "ea8fb2f9c96b38e9e874c67e5e2e669a1acfc970e55d0f7628fae46b45f72cbe", build_file_content = """ exports_files(glob(["**/*"])) """,