From 5ae3b6509467e4d45463054e87252c4c5efb6fd2 Mon Sep 17 00:00:00 2001 From: "dreadnode-renovate-bot[bot]" <184170622+dreadnode-renovate-bot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 00:23:20 +0000 Subject: [PATCH] chore(deps): update dependency ansible-core to >=2.20.4,<2.21.0 | datasource | package | from | to | | ---------- | ------------ | ------- | ------ | | pypi | ansible-core | 2.17.14 | 2.20.4 | --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b258da5d..0d9f14c7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ botocore==1.42.79 # bootstrap_wrapper receives null input and all Windows modules fail with: # "ConvertFrom-Json: Cannot bind argument to parameter 'InputObject' because it is null" # Pin to 2.17.x until the amazon.aws SSM plugin properly handles pipelined in_data. -ansible-core>=2.17.0,<2.18.0 +ansible-core>=2.20.4,<2.21.0 ansible_runner pywinrm # AZURE