diff --git a/terragrunt/aws/csp_violation_report_service/lambda.tf b/terragrunt/aws/csp_violation_report_service/lambda.tf index 2cf8c3ab..11a03099 100644 --- a/terragrunt/aws/csp_violation_report_service/lambda.tf +++ b/terragrunt/aws/csp_violation_report_service/lambda.tf @@ -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" diff --git a/tools/logs-analyzer/requirements.txt b/tools/logs-analyzer/requirements.txt index 6baf075d..5f559aac 100644 --- a/tools/logs-analyzer/requirements.txt +++ b/tools/logs-analyzer/requirements.txt @@ -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 \ No newline at end of file