From f474ceb4abf1b8fc452ee35d880b919332b62a6e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 08:26:11 -0400 Subject: [PATCH] chore(deps): update all patch dependencies (#423) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- api/requirements.txt | 6 +++--- api/requirements_dev.txt | 2 +- terragrunt/aws/api/vpc.tf | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/api/requirements.txt b/api/requirements.txt index a85e308f..b096a17f 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -1,7 +1,7 @@ alembic==1.13.1 aws-lambda-powertools==2.37.0 -boto3==1.34.93 -bcrypt==4.1.2 +boto3==1.34.98 +bcrypt==4.1.3 email-validator==2.1.1 fastapi==0.110.2 logzero==1.7.0 @@ -9,4 +9,4 @@ mangum==0.17.0 notifications-python-client==9.0.0 pydantic==1.10.15 psycopg2-binary==2.9.9 -SQLAlchemy==2.0.29 \ No newline at end of file +SQLAlchemy==2.0.30 \ No newline at end of file diff --git a/api/requirements_dev.txt b/api/requirements_dev.txt index 36c26910..b7eb5608 100644 --- a/api/requirements_dev.txt +++ b/api/requirements_dev.txt @@ -1,6 +1,6 @@ bandit==1.7.8 black==24.4.2 -coverage==7.5.0 +coverage==7.5.1 flake8==7.0.0 httpx==0.27.0 locust==2.26.0 diff --git a/terragrunt/aws/api/vpc.tf b/terragrunt/aws/api/vpc.tf index 6b3e9775..c3dda82a 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.4.2" + source = "github.com/cds-snc/terraform-modules//vpc?ref=v9.4.3" name = var.product_name billing_tag_value = var.billing_code cidrsubnet_newbits = 8