Skip to content

Commit

Permalink
chore(deps): update all patch dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 22, 2024
1 parent 2b35d58 commit d050dec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.3.1"
source = "github.com/cds-snc/terraform-modules//lambda?ref=v9.3.8"
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 tools/logs-analyzer/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pandas==2.2.1
pandas==2.2.2
pandas-stubs==2.2.1.240316
pyarrow==15.0.2
netaddr==1.2.1

0 comments on commit d050dec

Please sign in to comment.