Skip to content

Commit

Permalink
Update aws requirement from ~> 4.0 to ~> 5.70 in /infrastructure
Browse files Browse the repository at this point in the history
Updates the requirements on aws to permit the latest version.

---
updated-dependencies:
- dependency-name: aws
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
1 parent 761d16b commit 5207c4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
terraform {
required_providers {
aws = {
version = "~> 4.0"
version = "~> 5.70"
}
}
}
Expand Down

0 comments on commit 5207c4e

Please sign in to comment.