Skip to content

Commit

Permalink
chore(deps): update all minor dependencies (#288)
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 Oct 30, 2023
1 parent ae06f38 commit 6e08ac9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions api/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion api/requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -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
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=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"
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=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
Expand Down

0 comments on commit 6e08ac9

Please sign in to comment.