Skip to content

Commit 763fa9d

Browse files
chore(deps): update all minor dependencies
1 parent 6454358 commit 763fa9d

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"ghcr.io/devcontainers/features/python:1": {
1515
"installTools": true,
16-
"version": "3.12"
16+
"version": "3.13"
1717
},
1818
"ghcr.io/devcontainers/features/terraform:1": {
1919
"version": "1.7.2",

terragrunt/aft/main/OIDC_roles.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ locals {
33
}
44

55
module "gh_oidc_roles" {
6-
source = "github.com/cds-snc/terraform-modules//gh_oidc_role?ref=v9.4.11"
6+
source = "github.com/cds-snc/terraform-modules//gh_oidc_role?ref=v9.6.8"
77
oidc_exists = true
88

99
roles = [

terragrunt/aft/main/slack_notify.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module "aft_slack_notification" {
2-
source = "github.com/cds-snc/terraform-modules//notify_slack?ref=v9.4.11"
2+
source = "github.com/cds-snc/terraform-modules//notify_slack?ref=v9.6.8"
33
billing_tag_value = var.billing_code
44
function_name = "aft_slack_notification"
55
project_name = "Account Factory for Terraform"

terragrunt/aft/notifications/aft-notifications.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module "aft_failure_notifications" {
2-
source = "github.com/cds-snc/terraform-modules//notify_slack?ref=v9.4.11"
2+
source = "github.com/cds-snc/terraform-modules//notify_slack?ref=v9.6.8"
33

44
function_name = "slack_notifier_aft"
55
project_name = "AFT"

terragrunt/common/provider.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
aws = {
44
source = "hashicorp/aws"
5-
version = "<= 5.84.0"
5+
version = "<= 5.100.0"
66
}
77
}
88
}
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
boto3==1.34.140
2-
black==24.4.2
3-
flake8==7.0.0
4-
pytest==8.2.2
1+
boto3==1.38.40
2+
black==24.10.0
3+
flake8==7.2.0
4+
pytest==8.4.1

terragrunt/org_account/main/sentinel_forwarders.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module "guardduty_forwarder" {
44
aws = aws.log_archive
55
}
66

7-
source = "github.com/cds-snc/terraform-modules//sentinel_forwarder?ref=v9.4.11"
7+
source = "github.com/cds-snc/terraform-modules//sentinel_forwarder?ref=v9.6.8"
88
function_name = "sentinel-guard-duty-forwarder"
99
billing_tag_value = var.billing_code
1010

@@ -32,7 +32,7 @@ module "securityhub_forwarder" {
3232
aws = aws.log_archive
3333
}
3434

35-
source = "github.com/cds-snc/terraform-modules//sentinel_forwarder?ref=v9.4.11"
35+
source = "github.com/cds-snc/terraform-modules//sentinel_forwarder?ref=v9.6.8"
3636
function_name = "sentinel-securityhub-forwarder"
3737
billing_tag_value = var.billing_code
3838

0 commit comments

Comments
 (0)