From 36d7dcb4f49b2827589f2fd250bb9a519f565bd5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Oct 2023 03:30:37 +0000 Subject: [PATCH] chore(deps): Update hashicorp/azuread requirement from ~> 2.44.0 to ~> 2.45.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.44.0...v2.45.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 00f7ec02..3c27a1da 100644 --- a/infra/providers.tf +++ b/infra/providers.tf @@ -9,7 +9,7 @@ terraform { azuread = { source = "hashicorp/azuread" - version = "~> 2.44.0" + version = "~> 2.45.0" } honeycombio = {