From e489cc36452105c935f034c24ef5c69da1fc00e7 Mon Sep 17 00:00:00 2001 From: Zemnmez's Renovate Bot Date: Fri, 20 Dec 2024 16:49:30 -0800 Subject: [PATCH] chore(deps): update dependency pulumi_cli_darwin_arm64 to v3.144.1 --- bzl/deps.bzl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bzl/deps.bzl b/bzl/deps.bzl index 224c931f41..e33b14cba3 100644 --- a/bzl/deps.bzl +++ b/bzl/deps.bzl @@ -57,9 +57,9 @@ exports_files(glob(["**/*"])) http_archive( name = "pulumi_cli_darwin_arm64", urls = [ - "https://github.com/pulumi/pulumi/releases/download/v3.144.0/pulumi-v3.144.0-darwin-arm64.tar.gz", + "https://github.com/pulumi/pulumi/releases/download/v3.144.1/pulumi-v3.144.1-darwin-arm64.tar.gz", ], - sha256 = "f51ba280b2a6bd249233a1efca648dc9f9b9fd14a4e68927e2fbdf5eee6fa863", + sha256 = "be5d10b4b5a4bb008c795e22f325509df1da7b50b3ef72de90350499b63711a9", build_file_content = """ exports_files(glob(["**/*"])) """,