diff --git a/.github/workflows/conftest/test_plan.tf b/.github/workflows/conftest/test_plan.tf index 5aa26678..dd3188e1 100644 --- a/.github/workflows/conftest/test_plan.tf +++ b/.github/workflows/conftest/test_plan.tf @@ -1,5 +1,5 @@ terraform { - required_version = "~> 1.7.0" + required_version = "~> 1.8.0" required_providers { aws = { source = "hashicorp/aws" diff --git a/notify_slack/lambda/requirements.txt b/notify_slack/lambda/requirements.txt index e46fb9d3..8da6a168 100644 --- a/notify_slack/lambda/requirements.txt +++ b/notify_slack/lambda/requirements.txt @@ -1,4 +1,4 @@ -black==24.3.0 +black==24.4.0 boto3==1.34.79 coverage==7.4.4 pylint==3.1.0 diff --git a/rds_activity_stream/lambda/requirements_dev.txt b/rds_activity_stream/lambda/requirements_dev.txt index 4effbadd..87b50cab 100644 --- a/rds_activity_stream/lambda/requirements_dev.txt +++ b/rds_activity_stream/lambda/requirements_dev.txt @@ -1,4 +1,4 @@ -black==24.3.0 +black==24.4.0 pylint==3.1.0 pytest==8.1.1 pytest-env==1.1.3 \ No newline at end of file diff --git a/schedule_shutdown/lambda/requirements.txt b/schedule_shutdown/lambda/requirements.txt index e46fb9d3..8da6a168 100644 --- a/schedule_shutdown/lambda/requirements.txt +++ b/schedule_shutdown/lambda/requirements.txt @@ -1,4 +1,4 @@ -black==24.3.0 +black==24.4.0 boto3==1.34.79 coverage==7.4.4 pylint==3.1.0 diff --git a/sentinel_alert_rule/examples/simple/main.tf b/sentinel_alert_rule/examples/simple/main.tf index cd3d8386..43a1a05c 100644 --- a/sentinel_alert_rule/examples/simple/main.tf +++ b/sentinel_alert_rule/examples/simple/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { azurerm = { source = "hashicorp/azurerm" - version = "3.98.0" + version = "3.99.0" } random = { diff --git a/sentinel_forwarder/wrapper/requirements_dev.txt b/sentinel_forwarder/wrapper/requirements_dev.txt index 937e9796..7b7bd924 100644 --- a/sentinel_forwarder/wrapper/requirements_dev.txt +++ b/sentinel_forwarder/wrapper/requirements_dev.txt @@ -1,4 +1,4 @@ -black==24.3.0 +black==24.4.0 boto3==1.34.82 pylint==3.1.0 pytest==8.1.1