From c586721c7f3b0765c3deef5664de06cc33788dee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 13:11:00 +0000 Subject: [PATCH] deps(mise): update dependency pipx:ansible-doctor to v8.4.2 --- mise.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mise.toml b/mise.toml index 385bce3..913a94e 100644 --- a/mise.toml +++ b/mise.toml @@ -6,6 +6,6 @@ prek = "0.5.3" uv = "0.12.10" "pipx:ansible-core" = { version = "2.21.3", uvx_args = "--with docker --with requests" } -"pipx:ansible-doctor" = { version= "8.4.1", uvx_args = "--with ansible-core" } +"pipx:ansible-doctor" = { version= "8.4.2", 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" }