Skip to content

Commit

Permalink
Update oboukili/argocd requirement from ~> 5.5 to ~> 6.1 in /argocd_app
Browse files Browse the repository at this point in the history
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](argoproj-labs/terraform-provider-argocd@v5.5.0...v6.1.1)

---
updated-dependencies:
- dependency-name: oboukili/argocd
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 23, 2024
1 parent 8d02e89 commit 0ea4e79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion argocd_app/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
argocd = {
source = "oboukili/argocd"
version = "~> 5.5"
version = "~> 6.1"
}
}
}

0 comments on commit 0ea4e79

Please sign in to comment.