diff --git a/api/requirements.txt b/api/requirements.txt index bb16d29a..7ab18bc3 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -2,11 +2,11 @@ alembic==1.12.0 aws-lambda-powertools==2.26.0 boto3==1.28.68 bcrypt==4.0.1 -email-validator==2.0.0.post2 -fastapi==0.103.2 +email-validator==2.1.0.post1 +fastapi==0.104.0 logzero==1.7.0 mangum==0.17.0 -notifications-python-client==8.0.1 +notifications-python-client==8.1.0 pydantic==1.10.13 psycopg2-binary==2.9.9 SQLAlchemy==2.0.22 \ No newline at end of file diff --git a/api/requirements_dev.txt b/api/requirements_dev.txt index cdc813e6..52acc8dc 100644 --- a/api/requirements_dev.txt +++ b/api/requirements_dev.txt @@ -1,5 +1,5 @@ bandit==1.7.5 -black==23.9.1 +black==23.10.0 coverage==7.3.2 flake8==6.1.0 httpx==0.25.0 diff --git a/terragrunt/aws/api/rds.tf b/terragrunt/aws/api/rds.tf index 3e7fe353..9d274723 100644 --- a/terragrunt/aws/api/rds.tf +++ b/terragrunt/aws/api/rds.tf @@ -1,5 +1,5 @@ module "rds" { - source = "github.com/cds-snc/terraform-modules//rds?ref=v7.0.2" + source = "github.com/cds-snc/terraform-modules//rds?ref=v7.2.5" database_name = "list_manager" name = "list-manager" engine_version = "15.3" diff --git a/terragrunt/aws/api/vpc.tf b/terragrunt/aws/api/vpc.tf index f5314fcb..80bc479c 100644 --- a/terragrunt/aws/api/vpc.tf +++ b/terragrunt/aws/api/vpc.tf @@ -1,5 +1,5 @@ module "vpc" { - source = "github.com/cds-snc/terraform-modules//vpc?ref=v7.0.2" + source = "github.com/cds-snc/terraform-modules//vpc?ref=v7.2.5" name = var.product_name billing_tag_value = var.billing_code high_availability = true