Skip to content

Commit

Permalink
chore(deps): update all patch dependencies (#484)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 6, 2024
1 parent 0cee1e7 commit 0837385
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.2
aws-lambda-powertools==2.41.0
boto3==1.34.145
boto3==1.34.150
bcrypt==4.1.3
email-validator==2.2.0
fastapi==0.111.1
Expand Down
2 changes: 1 addition & 1 deletion api/requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ coverage==7.6.0
flake8==7.1.0
httpx==0.27.0
locust==2.29.1
pytest==8.3.1
pytest==8.3.2
requests==2.32.3
uvicorn==0.30.3
setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability
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.0"
source = "github.com/cds-snc/terraform-modules//rds?ref=v9.6.1"
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.0"
source = "github.com/cds-snc/terraform-modules//vpc?ref=v9.6.1"
name = var.product_name
billing_tag_value = var.billing_code
cidrsubnet_newbits = 8
Expand Down

0 comments on commit 0837385

Please sign in to comment.