Skip to content

Commit 652c15a

Browse files
chore(deps): update all minor dependencies (#464)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fc2ebc3 commit 652c15a

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

api/requirements_dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ black==24.10.0
22
coverage==7.8.2
33
flake8==7.2.0
44
httpx==0.28.1
5-
pytest==8.3.5
5+
pytest==8.4.0
66
pytest-env==1.1.5
77
uvicorn==0.34.3
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
black==24.10.0
22
boto3==1.38.32
33
flake8==7.2.0
4-
pytest==8.3.5
4+
pytest==8.4.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.4.7"
2+
source = "github.com/cds-snc/terraform-modules//lambda?ref=v10.5.1"
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.4.7"
7+
source = "github.com/cds-snc/terraform-modules//sentinel_forwarder?ref=v10.5.1"
88
function_name = "${var.product_name}-sentinel"
99
billing_tag_value = var.billing_code
1010

0 commit comments

Comments
 (0)