From f2aa37d0f7b73a11ced56f2584bb625207e4743b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2024 07:56:53 +0000 Subject: [PATCH] chore(deps): update all patch dependencies --- api/requirements.txt | 4 ++-- terragrunt/aws/api/rds.tf | 2 +- terragrunt/aws/api/vpc.tf | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/api/requirements.txt b/api/requirements.txt index 2d4b7440..9abd0b94 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -1,6 +1,6 @@ alembic==1.13.2 aws-lambda-powertools==2.43.1 -boto3==1.35.19 +boto3==1.35.24 bcrypt==4.2.0 email-validator==2.2.0 fastapi==0.114.2 @@ -9,4 +9,4 @@ mangum==0.17.0 notifications-python-client==9.1.0 pydantic==1.10.18 psycopg2-binary==2.9.9 -SQLAlchemy==2.0.34 \ No newline at end of file +SQLAlchemy==2.0.35 \ No newline at end of file diff --git a/terragrunt/aws/api/rds.tf b/terragrunt/aws/api/rds.tf index ca19b319..80102b72 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.6.5" + source = "github.com/cds-snc/terraform-modules//rds?ref=v9.6.6" database_name = "list_manager" name = "list-manager" engine_version = "15.4" diff --git a/terragrunt/aws/api/vpc.tf b/terragrunt/aws/api/vpc.tf index 6f1618ee..d7c3600f 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.6.5" + source = "github.com/cds-snc/terraform-modules//vpc?ref=v9.6.6" name = var.product_name billing_tag_value = var.billing_code cidrsubnet_newbits = 8