From ca70c8c4ca91958aa00bbe77cde46682795f5e90 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 7 Dec 2024 12:16:33 +0000 Subject: [PATCH] chore(deps): update all minor dependencies --- api/requirements_dev.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_dev.txt b/api/requirements_dev.txt index f5cd7c26..482f4eb2 100644 --- a/api/requirements_dev.txt +++ b/api/requirements_dev.txt @@ -1,8 +1,8 @@ -bandit==1.7.10 +bandit==1.8.0 black==24.10.0 coverage==7.6.8 flake8==7.1.1 -httpx==0.27.2 +httpx==0.28.0 locust==2.32.3 pytest==8.3.3 requests==2.32.3 diff --git a/terragrunt/aws/api/rds.tf b/terragrunt/aws/api/rds.tf index 12c9bede..adc70b91 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=v10.1.0" + source = "github.com/cds-snc/terraform-modules//rds?ref=v10.2.0" 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 8cffd8ce..efc3ac6a 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=v10.1.0" + source = "github.com/cds-snc/terraform-modules//vpc?ref=v10.2.0" name = var.product_name billing_tag_value = var.billing_code cidrsubnet_newbits = 8