From f251342c62dd03585254f0497441db39670da8b3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 13:37:59 +0000 Subject: [PATCH] chore(deps): update all patch dependencies --- api/requirements.txt | 2 +- terragrunt/aws/alert_compromise/functions/requirements_dev.txt | 2 +- terragrunt/aws/api/lambda.tf | 2 +- terragrunt/aws/api/sentinel.tf | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/api/requirements.txt b/api/requirements.txt index 7fb339e3..5ddff9a9 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -1,4 +1,4 @@ -boto3==1.40.59 +boto3==1.40.64 cryptography==46.0.3 fastapi==0.120.0 mangum==0.19.0 diff --git a/terragrunt/aws/alert_compromise/functions/requirements_dev.txt b/terragrunt/aws/alert_compromise/functions/requirements_dev.txt index 01c107e6..f0487798 100644 --- a/terragrunt/aws/alert_compromise/functions/requirements_dev.txt +++ b/terragrunt/aws/alert_compromise/functions/requirements_dev.txt @@ -1,4 +1,4 @@ black==25.9.0 -boto3==1.40.59 +boto3==1.40.64 flake8==7.3.0 pytest==8.4.2 diff --git a/terragrunt/aws/api/lambda.tf b/terragrunt/aws/api/lambda.tf index 44447335..094a60d1 100644 --- a/terragrunt/aws/api/lambda.tf +++ b/terragrunt/aws/api/lambda.tf @@ -1,5 +1,5 @@ module "api" { - source = "github.com/cds-snc/terraform-modules//lambda?ref=v10.8.3" + source = "github.com/cds-snc/terraform-modules//lambda?ref=v10.8.4" name = "${var.product_name}-api" ecr_arn = aws_ecr_repository.api.arn image_uri = "${aws_ecr_repository.api.repository_url}:latest" diff --git a/terragrunt/aws/api/sentinel.tf b/terragrunt/aws/api/sentinel.tf index 38f9f5b3..0f9936a0 100644 --- a/terragrunt/aws/api/sentinel.tf +++ b/terragrunt/aws/api/sentinel.tf @@ -4,7 +4,7 @@ locals { } module "sentinel_forwarder" { - source = "github.com/cds-snc/terraform-modules//sentinel_forwarder?ref=v10.8.3" + source = "github.com/cds-snc/terraform-modules//sentinel_forwarder?ref=v10.8.4" function_name = "${var.product_name}-sentinel" billing_tag_value = var.billing_code