diff --git a/.docs/requirements.txt b/.docs/requirements.txt index 008c35e27..4cce5496d 100644 --- a/.docs/requirements.txt +++ b/.docs/requirements.txt @@ -1,4 +1,4 @@ -sphinx==8.1.3 -myst_parser==4.0.0 +sphinx==8.2.3 +myst_parser==4.0.1 sphinxcontrib-mermaid==1.0.0 sphinx-rtd-theme==3.0.2 diff --git a/infrastructure/modules/k8s/chaos_mesh/versions.tf b/infrastructure/modules/k8s/chaos_mesh/versions.tf index 1edb1db8d..4ed48e155 100644 --- a/infrastructure/modules/k8s/chaos_mesh/versions.tf +++ b/infrastructure/modules/k8s/chaos_mesh/versions.tf @@ -1,5 +1,5 @@ terraform { - required_version = ">= 1.0" + required_version = ">= 1.11.0" required_providers { helm = { source = "hashicorp/helm" diff --git a/infrastructure/quick-deploy/gcp/versions.tf b/infrastructure/quick-deploy/gcp/versions.tf index deec7acf8..6890ab997 100644 --- a/infrastructure/quick-deploy/gcp/versions.tf +++ b/infrastructure/quick-deploy/gcp/versions.tf @@ -1,5 +1,5 @@ terraform { - required_version = ">= 1.0" + required_version = ">= 1.11.0" required_providers { google = { source = "hashicorp/google" diff --git a/tools/ci/python/requirements.txt b/tools/ci/python/requirements.txt index a4aae0b36..04c558d3a 100644 --- a/tools/ci/python/requirements.txt +++ b/tools/ci/python/requirements.txt @@ -1,2 +1,2 @@ -armonik==3.21.0 +armonik==3.24.0 argparse==1.4.0 \ No newline at end of file