Skip to content

Commit

Permalink
chore(deps): update all minor dependencies (#322)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 18, 2023
1 parent 711bb6a commit 3357cb4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion api/requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion terragrunt/aws/api/rds.tf
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion terragrunt/aws/api/vpc.tf
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 3357cb4

Please sign in to comment.