From f550db5ef61a135454fbcebb9a35872eccfdc38f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Nov 2023 03:16:58 +0000 Subject: [PATCH] chore(deps): Update honeycombio/honeycombio requirement from ~> 0.18.1 to ~> 0.19.0 Updates the requirements on [honeycombio/honeycombio](https://github.com/honeycombio/terraform-provider-honeycombio) to permit the latest version. - [Release notes](https://github.com/honeycombio/terraform-provider-honeycombio/releases) - [Changelog](https://github.com/honeycombio/terraform-provider-honeycombio/blob/main/CHANGELOG.md) - [Commits](https://github.com/honeycombio/terraform-provider-honeycombio/compare/v0.18.1...v0.19.0) --- updated-dependencies: - dependency-name: honeycombio/honeycombio 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 897467f3..6d97fe03 100644 --- a/infra/providers.tf +++ b/infra/providers.tf @@ -14,7 +14,7 @@ terraform { honeycombio = { source = "honeycombio/honeycombio" - version = "~> 0.18.1" + version = "~> 0.19.0" } } }