From 0ea4e7994985026b367648550f8affb66da6f8c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 07:26:57 +0000 Subject: [PATCH] Update oboukili/argocd requirement from ~> 5.5 to ~> 6.1 in /argocd_app Updates the requirements on [oboukili/argocd](https://github.com/oboukili/terraform-provider-argocd) to permit the latest version. - [Release notes](https://github.com/oboukili/terraform-provider-argocd/releases) - [Changelog](https://github.com/argoproj-labs/terraform-provider-argocd/blob/master/.goreleaser.yml) - [Commits](https://github.com/oboukili/terraform-provider-argocd/compare/v5.5.0...v6.1.1) --- updated-dependencies: - dependency-name: oboukili/argocd dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- argocd_app/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/argocd_app/main.tf b/argocd_app/main.tf index c834294..bf9a8b5 100644 --- a/argocd_app/main.tf +++ b/argocd_app/main.tf @@ -4,7 +4,7 @@ terraform { required_providers { argocd = { source = "oboukili/argocd" - version = "~> 5.5" + version = "~> 6.1" } } }