Skip to content

Commit 7a9acb8

Browse files
chore(deps): update all patch dependencies
1 parent b3f41b5 commit 7a9acb8

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

api/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
boto3==1.42.68
1+
boto3==1.42.88
22
cryptography==46.0.5
3-
fastapi==0.135.1
3+
fastapi==0.135.3
44
mangum==0.21.0
55
python-dotenv==1.2.2
66
requests==2.32.5

api/requirements_dev.txt

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

0 commit comments

Comments
 (0)