Skip to content

Commit

Permalink
chore(deps): update all minor dependencies (#371)
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 Mar 4, 2024
1 parent e6b1a09 commit 4e9e153
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions api/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
alembic==1.13.1
aws-lambda-powertools==2.33.1
aws-lambda-powertools==2.34.1
boto3==1.34.49
bcrypt==4.1.2
email-validator==2.1.0.post1
fastapi==0.109.2
fastapi==0.110.0
logzero==1.7.0
mangum==0.17.0
notifications-python-client==8.2.0
Expand Down
2 changes: 1 addition & 1 deletion api/requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ bandit==1.7.7
black==23.12.1
coverage==7.4.3
flake8==7.0.0
httpx==0.26.0
httpx==0.27.0
locust==2.23.1
pytest==7.4.4
requests==2.31.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.1.0"
source = "github.com/cds-snc/terraform-modules//rds?ref=v9.2.3"
database_name = "list_manager"
name = "list-manager"
engine_version = "15.3"
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.1.0"
source = "github.com/cds-snc/terraform-modules//vpc?ref=v9.2.3"
name = var.product_name
billing_tag_value = var.billing_code
cidrsubnet_newbits = 8
Expand Down

0 comments on commit 4e9e153

Please sign in to comment.