From 31b7372b5d9a048758d294a1d6d0a9b0e00887a3 Mon Sep 17 00:00:00 2001 From: Devops Bot Date: Mon, 27 Oct 2025 01:00:55 +0000 Subject: [PATCH] Update dependency ansible to >=12.1.0,<12.2.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4caebfb..d370300 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ readme = "README.md" requires-python = ">=3.13" dependencies = [ "hcloud (>=2.5.4,<3.0.0)", - "ansible (>=12.0.0,<12.1.0)", + "ansible (>=12.1.0,<12.2.0)", "ansible-lint (>=25.8.2,<26.0.0)", ]