Skip to content

Commit 72edcdd

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

5 files changed

Lines changed: 6 additions & 6 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
cryptography==44.0.2
22
fastapi==0.115.12
33
mangum==0.19.0
4-
python-dotenv==1.0.1
4+
python-dotenv==1.1.0
55
requests==2.32.3
66
urllib3<2 # Boto currently does not support urllib3 2+

api/requirements_dev.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
black==24.10.0
2-
coverage==7.7.1
3-
flake8==7.1.2
2+
coverage==7.8.0
3+
flake8==7.2.0
44
httpx==0.28.1
55
pytest==8.3.5
66
pytest-env==1.1.5
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.37.23
3-
flake8==7.1.2
3+
flake8==7.2.0
44
pytest==8.3.5

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

0 commit comments

Comments
 (0)