From 46e630b243d42773e075fd3232bfbb44322a0ce3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 18 Jan 2026 17:57:27 +0000 Subject: [PATCH] chore(deps): update dependency opentofu to v1.11.3 --- deployment/mise.toml | 2 +- mise.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deployment/mise.toml b/deployment/mise.toml index 53b683a7d3..fc3270ed78 100644 --- a/deployment/mise.toml +++ b/deployment/mise.toml @@ -1,6 +1,6 @@ [tools] terragrunt = "0.93.10" -opentofu = "1.10.7" +opentofu = "1.11.3" [tasks."tg:fmt"] run = "terragrunt hclfmt" diff --git a/mise.toml b/mise.toml index f020a078d0..c7d14bd91c 100644 --- a/mise.toml +++ b/mise.toml @@ -5,7 +5,7 @@ node = "24.13.0" flutter = "3.35.7" pnpm = "10.27.0" terragrunt = "0.93.10" -opentofu = "1.10.7" +opentofu = "1.11.3" java = "25.0.1" [tools."github:CQLabs/homebrew-dcm"]