From fbc7702cf0ff5a0f9f4cce98016cd5698cd50a53 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 14:47:14 +0000 Subject: [PATCH] chore(deps): update all minor dependencies --- api/requirements.txt | 2 +- api/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 b7883204..4b54fdb1 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -1,6 +1,6 @@ boto3==1.42.49 cryptography==46.0.5 -fastapi==0.128.0 +fastapi==0.129.0 mangum==0.21.0 python-dotenv==1.2.1 requests==2.32.5 diff --git a/api/requirements_dev.txt b/api/requirements_dev.txt index 03d0288d..847a4c52 100644 --- a/api/requirements_dev.txt +++ b/api/requirements_dev.txt @@ -3,5 +3,5 @@ coverage==7.13.4 flake8==7.3.0 httpx==0.28.1 pytest==9.0.2 -pytest-env==1.2.0 +pytest-env==1.3.2 uvicorn==0.40.0 diff --git a/terragrunt/aws/api/lambda.tf b/terragrunt/aws/api/lambda.tf index edcab9a5..18da91bd 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.10.2" + source = "github.com/cds-snc/terraform-modules//lambda?ref=v10.11.0" 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 5d5e6459..7c9c5956 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.10.2" + source = "github.com/cds-snc/terraform-modules//sentinel_forwarder?ref=v10.11.0" function_name = "${var.product_name}-sentinel" billing_tag_value = var.billing_code