From ccf2b3941c292951c85558ac924a7e6170061eca Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 09:45:18 -0400 Subject: [PATCH] chore(deps): update all patch dependencies (#494) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- api/requirements.txt | 6 +++--- api/requirements_dev.txt | 2 +- terragrunt/aws/api/rds.tf | 2 +- terragrunt/aws/api/vpc.tf | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/api/requirements.txt b/api/requirements.txt index 3953301b..eaedd430 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -1,12 +1,12 @@ alembic==1.13.2 aws-lambda-powertools==2.43.1 -boto3==1.35.0 +boto3==1.35.6 bcrypt==4.2.0 email-validator==2.2.0 -fastapi==0.112.1 +fastapi==0.112.2 logzero==1.7.0 mangum==0.17.0 notifications-python-client==9.1.0 -pydantic==1.10.17 +pydantic==1.10.18 psycopg2-binary==2.9.9 SQLAlchemy==2.0.32 \ No newline at end of file diff --git a/api/requirements_dev.txt b/api/requirements_dev.txt index 5090404c..f9e6eafc 100644 --- a/api/requirements_dev.txt +++ b/api/requirements_dev.txt @@ -3,7 +3,7 @@ black==24.8.0 coverage==7.6.1 flake8==7.1.1 httpx==0.27.0 -locust==2.31.3 +locust==2.31.4 pytest==8.3.2 requests==2.32.3 uvicorn==0.30.6 diff --git a/terragrunt/aws/api/rds.tf b/terragrunt/aws/api/rds.tf index 3980b1c1..98e17b57 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=v9.6.3" + source = "github.com/cds-snc/terraform-modules//rds?ref=v9.6.4" database_name = "list_manager" name = "list-manager" engine_version = "15.4" diff --git a/terragrunt/aws/api/vpc.tf b/terragrunt/aws/api/vpc.tf index df41f80b..672bfc94 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=v9.6.3" + source = "github.com/cds-snc/terraform-modules//vpc?ref=v9.6.4" name = var.product_name billing_tag_value = var.billing_code cidrsubnet_newbits = 8