diff --git a/agent/mise.toml b/agent/mise.toml index ce24de3c6..d862bfb1c 100644 --- a/agent/mise.toml +++ b/agent/mise.toml @@ -1,4 +1,4 @@ -min_version = "2026.2.6" +min_version = "2026.7.11" [tools] python = "3.13" diff --git a/cdk/mise.toml b/cdk/mise.toml index 22ceddee4..2f60ba19a 100644 --- a/cdk/mise.toml +++ b/cdk/mise.toml @@ -1,4 +1,4 @@ -min_version = "2026.2.6" +min_version = "2026.7.11" [tools] node = "22" diff --git a/cli/mise.toml b/cli/mise.toml index da6a97749..70af1b67f 100644 --- a/cli/mise.toml +++ b/cli/mise.toml @@ -1,4 +1,4 @@ -min_version = "2026.2.6" +min_version = "2026.7.11" [tools] node = "22" diff --git a/docs/mise.toml b/docs/mise.toml index ab7152037..191fab83e 100644 --- a/docs/mise.toml +++ b/docs/mise.toml @@ -1,4 +1,4 @@ -min_version = "2026.2.6" +min_version = "2026.7.11" [tools] node = "22" diff --git a/mise.toml b/mise.toml index e89148080..349397dd5 100644 --- a/mise.toml +++ b/mise.toml @@ -7,7 +7,7 @@ # CI if the engines diverge on any (policy, input) pair. # - agent: cedarpy==4.8.4 (agent/pyproject.toml) # - cdk: @cedar-policy/cedar-wasm@4.8.2 (cdk/package.json) -min_version = "2026.2.6" +min_version = "2026.7.11" monorepo_root = true