From 37ac65b41fecbfb1e8ee8b14be51c5db56114528 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 13:15:59 +0000 Subject: [PATCH] chore(deps): update all patch dependencies --- api/requirements.txt | 2 +- api/requirements_dev.txt | 2 +- terragrunt/aws/api/rds.tf | 2 +- terragrunt/aws/api/vpc.tf | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/api/requirements.txt b/api/requirements.txt index 9f1239c1..abc08125 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -1,6 +1,6 @@ alembic==1.13.3 aws-lambda-powertools==2.43.1 -boto3==1.35.49 +boto3==1.35.54 bcrypt==4.2.0 email-validator==2.2.0 fastapi==0.115.4 diff --git a/api/requirements_dev.txt b/api/requirements_dev.txt index f366eb16..7ea21537 100644 --- a/api/requirements_dev.txt +++ b/api/requirements_dev.txt @@ -3,7 +3,7 @@ black==24.10.0 coverage==7.6.4 flake8==7.1.1 httpx==0.27.2 -locust==2.32.0 +locust==2.32.1 pytest==8.3.3 requests==2.32.3 uvicorn==0.32.0 diff --git a/terragrunt/aws/api/rds.tf b/terragrunt/aws/api/rds.tf index 9b7cb064..dbd513af 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.7" + source = "github.com/cds-snc/terraform-modules//rds?ref=v9.6.8" 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 2263d9bd..d86ebcbc 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.7" + source = "github.com/cds-snc/terraform-modules//vpc?ref=v9.6.8" name = var.product_name billing_tag_value = var.billing_code cidrsubnet_newbits = 8