Skip to content

Commit

Permalink
chore(deps): update all minor dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 7, 2024
1 parent 911adab commit ca70c8c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions api/requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
bandit==1.7.10
bandit==1.8.0
black==24.10.0
coverage==7.6.8
flake8==7.1.1
httpx==0.27.2
httpx==0.28.0
locust==2.32.3
pytest==8.3.3
requests==2.32.3
Expand Down
2 changes: 1 addition & 1 deletion terragrunt/aws/api/rds.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "rds" {
source = "github.com/cds-snc/terraform-modules//rds?ref=v10.1.0"
source = "github.com/cds-snc/terraform-modules//rds?ref=v10.2.0"
database_name = "list_manager"
name = "list-manager"
engine_version = "15.4"
Expand Down
2 changes: 1 addition & 1 deletion terragrunt/aws/api/vpc.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "vpc" {
source = "github.com/cds-snc/terraform-modules//vpc?ref=v10.1.0"
source = "github.com/cds-snc/terraform-modules//vpc?ref=v10.2.0"
name = var.product_name
billing_tag_value = var.billing_code
cidrsubnet_newbits = 8
Expand Down

0 comments on commit ca70c8c

Please sign in to comment.