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 12, 2024
1 parent bd5debd commit 37ac65b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion api/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
alembic==1.13.3
aws-lambda-powertools==2.43.1
boto3==1.35.49
boto3==1.35.54
bcrypt==4.2.0
email-validator==2.2.0
fastapi==0.115.4
Expand Down
2 changes: 1 addition & 1 deletion api/requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ black==24.10.0
coverage==7.6.4
flake8==7.1.1
httpx==0.27.2
locust==2.32.0
locust==2.32.1
pytest==8.3.3
requests==2.32.3
uvicorn==0.32.0
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=v9.6.7"
source = "github.com/cds-snc/terraform-modules//rds?ref=v9.6.8"
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=v9.6.7"
source = "github.com/cds-snc/terraform-modules//vpc?ref=v9.6.8"
name = var.product_name
billing_tag_value = var.billing_code
cidrsubnet_newbits = 8
Expand Down

0 comments on commit 37ac65b

Please sign in to comment.