From 83d922af975dd61c986ee501548da097846f54c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 09:16:46 +0000 Subject: [PATCH] build(deps): update hashicorp/helm requirement from ~> 2.0 to ~> 3.3 Updates the requirements on [hashicorp/helm](https://github.com/hashicorp/terraform-provider-helm) to permit the latest version. - [Release notes](https://github.com/hashicorp/terraform-provider-helm/releases) - [Changelog](https://github.com/hashicorp/terraform-provider-helm/blob/main/CHANGELOG.md) - [Commits](https://github.com/hashicorp/terraform-provider-helm/compare/v2.0.0...v3.3.0) --- updated-dependencies: - dependency-name: hashicorp/helm dependency-version: 3.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- test/terraform/gcp-temporary/providers.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/terraform/gcp-temporary/providers.tf b/test/terraform/gcp-temporary/providers.tf index 21e9d4d345400..36d3e0cba1fd0 100644 --- a/test/terraform/gcp-temporary/providers.tf +++ b/test/terraform/gcp-temporary/providers.tf @@ -21,7 +21,7 @@ terraform { } helm = { source = "hashicorp/helm" - version = "~> 2.0" + version = "~> 3.3" } random = { source = "hashicorp/random"