From 1f6eb662e5a1ba8dc05b1fac0d8b780348831197 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Nov 2025 14:41:23 +0000 Subject: [PATCH] chore(deps): update dependency opentofu to v1.10.7 (#23964) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- 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 39c6d3dd32..53b683a7d3 100644 --- a/deployment/mise.toml +++ b/deployment/mise.toml @@ -1,6 +1,6 @@ [tools] terragrunt = "0.93.10" -opentofu = "1.10.6" +opentofu = "1.10.7" [tasks."tg:fmt"] run = "terragrunt hclfmt" diff --git a/mise.toml b/mise.toml index 39e8fed878..5f3aef61de 100644 --- a/mise.toml +++ b/mise.toml @@ -5,7 +5,7 @@ node = "24.11.1" flutter = "3.35.7" pnpm = "10.22.0" terragrunt = "0.93.10" -opentofu = "1.10.6" +opentofu = "1.10.7" java = "25.0.1" [tools."github:CQLabs/homebrew-dcm"]