Update dependency ansible to >=12.1.0,<12.2.0 #1

Open
devops-bot wants to merge 1 commits from renovate/ansible-12.x into main
Showing only changes of commit 31b7372b5d - Show all commits

View File

@@ -9,7 +9,7 @@ readme = "README.md"
requires-python = ">=3.13" requires-python = ">=3.13"
dependencies = [ dependencies = [
"hcloud (>=2.5.4,<3.0.0)", "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)", "ansible-lint (>=25.8.2,<26.0.0)",
] ]