From 24a78537771c4b3815ac582d1dadd6c1ef9bd41c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 May 2024 04:02:37 +0000 Subject: [PATCH] chore(deps): Update hashicorp/azuread requirement from ~> 2.49.0 to ~> 2.50.0 Updates the requirements on [hashicorp/azuread](https://github.com/hashicorp/terraform-provider-azuread) to permit the latest version. - [Release notes](https://github.com/hashicorp/terraform-provider-azuread/releases) - [Changelog](https://github.com/hashicorp/terraform-provider-azuread/blob/main/CHANGELOG.md) - [Commits](https://github.com/hashicorp/terraform-provider-azuread/compare/v2.49.0...v2.50.0) --- updated-dependencies: - dependency-name: hashicorp/azuread dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- infra/providers.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/providers.tf b/infra/providers.tf index 062a9f9..3900cb2 100644 --- a/infra/providers.tf +++ b/infra/providers.tf @@ -9,7 +9,7 @@ terraform { azuread = { source = "hashicorp/azuread" - version = "~> 2.49.0" + version = "~> 2.50.0" } honeycombio = {