From a1101bedf3b2a3df5c3f5cd49b83728437a67d66 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Jul 2025 00:42:01 +0000 Subject: [PATCH] localstack: Update to version 4.6.0 --- bucket/localstack.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/localstack.json b/bucket/localstack.json index 64042c3263..e2c4ec4f6d 100644 --- a/bucket/localstack.json +++ b/bucket/localstack.json @@ -1,12 +1,12 @@ { - "version": "4.5.0", + "version": "4.6.0", "description": "A fully functional local AWS cloud stack. Develop and test your cloud & Serverless apps offline.", "homepage": "https://localstack.cloud", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/localstack/localstack-cli/releases/download/v4.5.0/localstack-cli-4.5.0-windows-amd64-onefile.zip", - "hash": "3c73ebe52059933bf83465380c613614e506a673f710d13cee6009d2b0624ef6" + "url": "https://github.com/localstack/localstack-cli/releases/download/v4.6.0/localstack-cli-4.6.0-windows-amd64-onefile.zip", + "hash": "7622fca2bd3079e7824ec681c4a5c295189cad2f9985e87a54e79b4da7ee686b" } }, "bin": "localstack.exe",