From 0b0bf090b1b6ff164803d5831599857c76c5fe4f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 07:01:24 +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 f4e31c0d..82b85e77 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -1,4 +1,4 @@ -boto3==1.40.55 +boto3==1.40.59 cryptography==46.0.3 fastapi==0.119.1 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 2567e9cc..01c107e6 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.56 +boto3==1.40.59 flake8==7.3.0 pytest==8.4.2 diff --git a/terragrunt/aws/api/lambda.tf b/terragrunt/aws/api/lambda.tf index fdf515ad..44447335 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.2" + source = "github.com/cds-snc/terraform-modules//lambda?ref=v10.8.3" 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 84a8a2d1..38f9f5b3 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.2" + source = "github.com/cds-snc/terraform-modules//sentinel_forwarder?ref=v10.8.3" function_name = "${var.product_name}-sentinel" billing_tag_value = var.billing_code