Skip to content

Commit d99790c

Browse files
chore(deps): update all patch dependencies (#501)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fcd1112 commit d99790c

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

api/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
boto3==1.40.55
1+
boto3==1.40.59
22
cryptography==46.0.3
33
fastapi==0.119.1
44
mangum==0.19.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
black==25.9.0
2-
boto3==1.40.56
2+
boto3==1.40.59
33
flake8==7.3.0
44
pytest==8.4.2

terragrunt/aws/api/lambda.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module "api" {
2-
source = "github.com/cds-snc/terraform-modules//lambda?ref=v10.8.2"
2+
source = "github.com/cds-snc/terraform-modules//lambda?ref=v10.8.3"
33
name = "${var.product_name}-api"
44
ecr_arn = aws_ecr_repository.api.arn
55
image_uri = "${aws_ecr_repository.api.repository_url}:latest"

terragrunt/aws/api/sentinel.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ locals {
44
}
55

66
module "sentinel_forwarder" {
7-
source = "github.com/cds-snc/terraform-modules//sentinel_forwarder?ref=v10.8.2"
7+
source = "github.com/cds-snc/terraform-modules//sentinel_forwarder?ref=v10.8.3"
88
function_name = "${var.product_name}-sentinel"
99
billing_tag_value = var.billing_code
1010

0 commit comments

Comments
 (0)