Skip to content

Commit

Permalink
chore(deps): update all patch dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 7, 2024
1 parent a627682 commit 709a9d9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion saas_app/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ psycopg2-binary
python-dotenv
sqlparse
django-allauth
PyYaml==6.0.1 # pin it to version 6.0.1, avoid 6.0.0, 5.4.0 and 5.4.1
PyYaml==6.0.2 # pin it to version 6.0.1, avoid 6.0.0, 5.4.0 and 5.4.1
django-bootstrap-form
django-crispy-forms
crispy-bootstrap5
Expand Down
2 changes: 1 addition & 1 deletion terragrunt/aws/ecs/ecs.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "saas_procurement" {
source = "github.com/cds-snc/terraform-modules//ecs?ref=v9.6.1"
source = "github.com/cds-snc/terraform-modules//ecs?ref=v9.6.8"

# Cluster and service
cluster_name = "saas-procurement-cluster"
Expand Down
2 changes: 1 addition & 1 deletion terragrunt/aws/iam/oidc_role.tf
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ resource "aws_iam_role_policy_attachment" "readonly" {
}

module "attach_tf_plan_policy" {
source = "github.com/cds-snc/terraform-modules//attach_tf_plan_policy?ref=v9.6.1"
source = "github.com/cds-snc/terraform-modules//attach_tf_plan_policy?ref=v9.6.8"
account_id = var.account_id
role_name = local.plan_name
bucket_name = "${var.billing_code}-tf"
Expand Down
2 changes: 1 addition & 1 deletion terragrunt/aws/network/vpc.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#

module "saas_procurement_vpc" {
source = "github.com/cds-snc/terraform-modules//vpc?ref=v9.6.1"
source = "github.com/cds-snc/terraform-modules//vpc?ref=v9.6.8"
name = var.product_name
billing_tag_value = var.billing_code
high_availability = true
Expand Down
2 changes: 1 addition & 1 deletion terragrunt/aws/rds/rds.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# RDS Postgresql database for the Saas procurement app
#
module "rds_cluster" {
source = "github.com/cds-snc/terraform-modules//rds?ref=v9.6.1"
source = "github.com/cds-snc/terraform-modules//rds?ref=v9.6.8"
name = "saas-procurement-database"

database_name = var.database_name
Expand Down

0 comments on commit 709a9d9

Please sign in to comment.