From 93e144560bcecf5dceeec03ce2815147858e345f Mon Sep 17 00:00:00 2001 From: Stackspin renovate bot <renovatebot@stackspin.net> Date: Wed, 16 Mar 2022 06:05:28 +0000 Subject: [PATCH] Update dependency ansible to v5.5.0 --- requirements.in | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.in b/requirements.in index 2447aaf82..bca4e7549 100644 --- a/requirements.in +++ b/requirements.in @@ -11,7 +11,7 @@ # We need to update the mitogen plugin first in order to update to a newer # ansible version -ansible==5.4.0 +ansible==5.5.0 # needed for test_dns.py dnspython==2.2.1 # Needed for `install/generate_secrets.py` diff --git a/requirements.txt b/requirements.txt index 1e34a216f..d9a6c36ae 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ # -e git+https://open.greenhost.net/greenhost/cloud-api#egg=greenhost_cloud # via -r requirements.in -ansible==5.4.0 +ansible==5.5.0 # via -r requirements.in ansible-core==2.12.3 # via ansible -- GitLab