Skip to content

Commit a569daa

Browse files
chore(deps): update all patch dependencies
1 parent 4e572c0 commit a569daa

5 files changed

Lines changed: 5 additions & 5 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.64
1+
boto3==1.40.69
22
cryptography==46.0.3
33
fastapi==0.120.0
44
mangum==0.19.0

api/requirements_dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
black==25.9.0
2-
coverage==7.11.0
2+
coverage==7.11.3
33
flake8==7.3.0
44
httpx==0.28.1
55
pytest==8.4.2
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.64
2+
boto3==1.40.69
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.4"
2+
source = "github.com/cds-snc/terraform-modules//lambda?ref=v10.8.6"
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.4"
7+
source = "github.com/cds-snc/terraform-modules//sentinel_forwarder?ref=v10.8.6"
88
function_name = "${var.product_name}-sentinel"
99
billing_tag_value = var.billing_code
1010

0 commit comments

Comments
 (0)