diff --git a/api/requirements.txt b/api/requirements.txt index 0c19e370..4d3b232e 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -1,5 +1,5 @@ alembic==1.13.0 -aws-lambda-powertools==2.28.1 +aws-lambda-powertools==2.29.0 boto3==1.33.11 bcrypt==4.1.1 email-validator==2.1.0.post1 diff --git a/terragrunt/aws/api/rds.tf b/terragrunt/aws/api/rds.tf index f89fb6a3..fe82d14b 100644 --- a/terragrunt/aws/api/rds.tf +++ b/terragrunt/aws/api/rds.tf @@ -1,5 +1,5 @@ module "rds" { - source = "github.com/cds-snc/terraform-modules//rds?ref=v7.3.4" + source = "github.com/cds-snc/terraform-modules//rds?ref=v7.4.3" database_name = "list_manager" name = "list-manager" engine_version = "15.3" diff --git a/terragrunt/aws/api/vpc.tf b/terragrunt/aws/api/vpc.tf index f8f8515c..ceaaaa24 100644 --- a/terragrunt/aws/api/vpc.tf +++ b/terragrunt/aws/api/vpc.tf @@ -1,5 +1,5 @@ module "vpc" { - source = "github.com/cds-snc/terraform-modules//vpc?ref=v7.3.4" + source = "github.com/cds-snc/terraform-modules//vpc?ref=v7.4.3" name = var.product_name billing_tag_value = var.billing_code high_availability = true