From f93c26af9e79649b7461d6a08ec9f6f121849b90 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 18:17:06 +0000 Subject: [PATCH] chore(deps): update all patch dependencies --- api/requirements.txt | 8 ++++---- terragrunt/aws/api/rds.tf | 2 +- terragrunt/aws/api/vpc.tf | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/api/requirements.txt b/api/requirements.txt index a8cb06b9..364f4483 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -1,12 +1,12 @@ alembic==1.13.1 -aws-lambda-powertools==2.34.1 -boto3==1.34.49 +aws-lambda-powertools==2.34.2 +boto3==1.34.55 bcrypt==4.1.2 -email-validator==2.1.0.post1 +email-validator==2.1.1 fastapi==0.110.0 logzero==1.7.0 mangum==0.17.0 notifications-python-client==9.0.0 pydantic==1.10.14 psycopg2-binary==2.9.9 -SQLAlchemy==2.0.27 \ No newline at end of file +SQLAlchemy==2.0.28 \ No newline at end of file diff --git a/terragrunt/aws/api/rds.tf b/terragrunt/aws/api/rds.tf index d88b38e7..f2f4e7a4 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=v9.2.3" + source = "github.com/cds-snc/terraform-modules//rds?ref=v9.2.5" 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 f3ea1930..792685c1 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=v9.2.3" + source = "github.com/cds-snc/terraform-modules//vpc?ref=v9.2.5" name = var.product_name billing_tag_value = var.billing_code cidrsubnet_newbits = 8