From b0d453861ac9f863276255d2d612b114ceeb7942 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 16:02:12 +0000 Subject: [PATCH] Update aws requirement from ~> 4.0 to ~> 6.28 in /infrastructure Updates the requirements on aws to permit the latest version. --- updated-dependencies: - dependency-name: aws dependency-version: 6.28.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- infrastructure/provider.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/provider.tf b/infrastructure/provider.tf index 16a142fd1..8337a0bb0 100644 --- a/infrastructure/provider.tf +++ b/infrastructure/provider.tf @@ -4,7 +4,7 @@ terraform { required_providers { aws = { - version = "~> 4.0" + version = "~> 6.28" } } }