diff --git a/bzl/deps.bzl b/bzl/deps.bzl index 29aaefeaad..babdca1b44 100644 --- a/bzl/deps.bzl +++ b/bzl/deps.bzl @@ -132,9 +132,9 @@ exports_files(glob(["**/*"])) http_archive( name = "pulumi_cli_darwin_arm64", urls = [ - "https://github.com/pulumi/pulumi/releases/download/v3.65.1/pulumi-v3.65.1-darwin-arm64.tar.gz", + "https://github.com/pulumi/pulumi/releases/download/v3.67.0/pulumi-v3.67.0-darwin-arm64.tar.gz", ], - sha256 = "813adb2c1a0e8549217488d3aa9951aaf04e8cc4fc357f4c77adc1beab659875", + sha256 = "9782fa9203647a955113442427670f684e1f9397171ccc14dfba8faafaedfbe2", build_file_content = """ exports_files(glob(["**/*"])) """,