From 2bc0e1416c6108702a281508415e6cda62476cb6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 17:08:16 +0000 Subject: [PATCH] deps(mise): update dependency pipx:ansible-core to v2.21.4 --- mise.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mise.toml b/mise.toml index 385bce3..59a2c3f 100644 --- a/mise.toml +++ b/mise.toml @@ -5,7 +5,7 @@ node = "24" prek = "0.5.3" uv = "0.12.10" -"pipx:ansible-core" = { version = "2.21.3", uvx_args = "--with docker --with requests" } +"pipx:ansible-core" = { version = "2.21.4", uvx_args = "--with docker --with requests" } "pipx:ansible-doctor" = { version= "8.4.1", uvx_args = "--with ansible-core" } "pipx:ansible-lint" = "26.8.0" "pipx:molecule" = { version = "26.8.0", uvx_args = "--with molecule-hetznercloud --with molecule-plugins[docker] --with pytest --with pytest-testinfra --with-executables-from pytest" }