Skip to content

Commit

Permalink
chore(deps): update all minor dependencies (#418)
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 May 6, 2024
1 parent 23e570e commit 01ba6a8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions api/requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
bandit==1.7.8
black==24.4.2
coverage==7.4.4
coverage==7.5.0
flake8==7.0.0
httpx==0.27.0
locust==2.26.0
pytest==8.1.1
pytest==8.2.0
requests==2.31.0
uvicorn==0.29.0
setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability
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.3.9"
source = "github.com/cds-snc/terraform-modules//rds?ref=v9.4.2"
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.3.9"
source = "github.com/cds-snc/terraform-modules//vpc?ref=v9.4.2"
name = var.product_name
billing_tag_value = var.billing_code
cidrsubnet_newbits = 8
Expand Down

0 comments on commit 01ba6a8

Please sign in to comment.