Skip to content

Commit

Permalink
chore(deps): update all patch dependencies (#490)
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 Aug 19, 2024
1 parent ba6779e commit 35a2b50
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion images/csp_violation_report_service/requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
black==24.4.2
coverage==7.6.0
coverage==7.6.1
flake8==6.1.0
pytest==7.4.4
2 changes: 1 addition & 1 deletion terragrunt/aws/cloud_asset_inventory/sentinel_forwarder.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "sentinel_forwarder" {
source = "github.com/cds-snc/terraform-modules//sentinel_forwarder?ref=v9.6.0"
source = "github.com/cds-snc/terraform-modules//sentinel_forwarder?ref=v9.6.3"

function_name = "cloudquery-sentinel-forwarder"
customer_id = var.customer_id
Expand Down
2 changes: 1 addition & 1 deletion terragrunt/aws/csp_violation_report_service/lambda.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "csp_reports" {
source = "github.com/cds-snc/terraform-modules//lambda?ref=v9.6.0"
source = "github.com/cds-snc/terraform-modules//lambda?ref=v9.6.3"
name = var.tool_name
ecr_arn = aws_ecr_repository.csp_reports.arn
image_uri = "${aws_ecr_repository.csp_reports.repository_url}:latest"
Expand Down
2 changes: 1 addition & 1 deletion terragrunt/aws/csp_violation_report_service/sentinel.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "sentinel_forwarder" {
source = "github.com/cds-snc/terraform-modules//sentinel_forwarder?ref=v9.6.0"
source = "github.com/cds-snc/terraform-modules//sentinel_forwarder?ref=v9.6.3"
function_name = "${var.tool_name}_sentinel"
billing_tag_value = var.tool_name

Expand Down
2 changes: 1 addition & 1 deletion tools/logs-analyzer/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pandas==2.2.2
pandas-stubs==2.2.2.240603
pandas-stubs==2.2.2.240807
pyarrow==15.0.2
netaddr==1.3.0

0 comments on commit 35a2b50

Please sign in to comment.