Skip to content

Commit fbc7702

Browse files
chore(deps): update all minor dependencies
1 parent 9f65520 commit fbc7702

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,6 +1,6 @@
11
boto3==1.42.49
22
cryptography==46.0.5
3-
fastapi==0.128.0
3+
fastapi==0.129.0
44
mangum==0.21.0
55
python-dotenv==1.2.1
66
requests==2.32.5

api/requirements_dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ coverage==7.13.4
33
flake8==7.3.0
44
httpx==0.28.1
55
pytest==9.0.2
6-
pytest-env==1.2.0
6+
pytest-env==1.3.2
77
uvicorn==0.40.0

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.10.2"
2+
source = "github.com/cds-snc/terraform-modules//lambda?ref=v10.11.0"
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.10.2"
7+
source = "github.com/cds-snc/terraform-modules//sentinel_forwarder?ref=v10.11.0"
88
function_name = "${var.product_name}-sentinel"
99
billing_tag_value = var.billing_code
1010

0 commit comments

Comments
 (0)