From 083738536040b1a63072823acae77153fd48388f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 09:28:58 -0400 Subject: [PATCH] chore(deps): update all patch dependencies (#484) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- api/requirements.txt | 2 +- api/requirements_dev.txt | 2 +- terragrunt/aws/api/rds.tf | 2 +- terragrunt/aws/api/vpc.tf | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/api/requirements.txt b/api/requirements.txt index 54bc4475..26fb0287 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -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 diff --git a/api/requirements_dev.txt b/api/requirements_dev.txt index c721d919..08b163fe 100644 --- a/api/requirements_dev.txt +++ b/api/requirements_dev.txt @@ -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 \ No newline at end of file diff --git a/terragrunt/aws/api/rds.tf b/terragrunt/aws/api/rds.tf index 24a60210..e2ae0cf1 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.0" + source = "github.com/cds-snc/terraform-modules//rds?ref=v9.6.1" 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 78f987e6..a00bee98 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.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