Skip to content

Commit

Permalink
chore(deps): update all patch dependencies (#494)
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 Sep 3, 2024
1 parent ec8fa0e commit ccf2b39
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
@@ -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
2 changes: 1 addition & 1 deletion api/requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
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=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"
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=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
Expand Down

0 comments on commit ccf2b39

Please sign in to comment.